Skip to content

Commit 8c1fe11

Browse files
authored
Merge pull request #48 from code-review-platform-flow/FLOW-84
feat: user 경로 수정
2 parents aca7d6e + 627281a commit 8c1fe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ spring:
9393
- id: user-route-non-auth
9494
uri: ${MAIN_ROUTE_ADDRESS}
9595
predicates:
96-
- Path=/user
96+
- Path=/user/**
9797
- Method=GET
9898

9999
- id: user-route-auth
100100
uri: ${MAIN_ROUTE_ADDRESS}
101101
predicates:
102-
- Path=/user
102+
- Path=/user/**
103103
- Method=PATCH,DELETE
104104
filters:
105105
- name: AuthenticationFilter

0 commit comments

Comments
 (0)