Skip to content

Commit

Permalink
feat: remove predicate for method
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jun 26, 2024
1 parent 6552560 commit 1effc1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api-gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ spring:
uri: https://user-service.mafoo.kr
predicates:
- Path=/user/**
- Method=GET
filters:
- RewritePath=/user/(?<segment>/?.*), /$\{segment}
- id: photo-service
uri: https://photo-service.mafoo.kr
predicates:
- Path=/photo/**
- Method=GET
filters:
- RewritePath=/photo/(?<segment>/?.*), /$\{segment}
springdoc:
Expand Down

0 comments on commit 1effc1f

Please sign in to comment.