Skip to content

Commit fb3c752

Browse files
Merge pull request #59 from code-review-platform-flow/FLOW-200
fix : follow 관련 api 추가
2 parents 2ceae60 + a1809f0 commit fb3c752

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/application-dev.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ spring:
132132
- Method=POST,PATCH,DELETE
133133
filters:
134134
- name: AuthenticationFilter
135+
136+
- id: follow-route-non-auth
137+
uri: ${MAIN_ROUTE_ADDRESS}
138+
predicates:
139+
- Path=/follow/**
140+
- Method=GET
141+
142+
- id: follow-route-auth
143+
uri: ${MAIN_ROUTE_ADDRESS}
144+
predicates:
145+
- Path=/follow/**
146+
- Method=POST,PATCH,DELETE
147+
filters:
148+
- name: AuthenticationFilter
135149
logging:
136150
level:
137151
org:

0 commit comments

Comments
 (0)