Skip to content

Commit

Permalink
fix: check filter
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Sep 8, 2024
1 parent 8ed0bcc commit 56e6146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spring:
- id: user-service-admin
uri: http://user-service
predicates:
- AdminAuthenticationFilter
- Path=/user/v1/admin/**
filters:
- AdminAuthenticationFilter
- RewritePath=/user/(?<segment>/?.*), /$\{segment}
- id: photo-service-swagger
uri: http://photo-service
Expand Down

0 comments on commit 56e6146

Please sign in to comment.