Skip to content

Commit e9f0edb

Browse files
Merge pull request #61 from code-review-platform-flow/FLOW-200
fix : alarm 관련 API 추가
2 parents 93562a7 + 7d4d115 commit e9f0edb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/application-dev.yml

+14
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,20 @@ spring:
153153
- Method=POST,PATCH,DELETE
154154
filters:
155155
- name: AuthenticationFilter
156+
157+
- id: alarm-route-non-auth
158+
uri: ${MAIN_ROUTE_ADDRESS}
159+
predicates:
160+
- Path=/alarm/**
161+
- Method=GET
162+
163+
- id: alarm-route-auth
164+
uri: ${MAIN_ROUTE_ADDRESS}
165+
predicates:
166+
- Path=/alarm/**
167+
- Method=POST,PATCH,DELETE
168+
filters:
169+
- name: AuthenticationFilter
156170
logging:
157171
level:
158172
org:

0 commit comments

Comments
 (0)