Skip to content

Commit 2ceae60

Browse files
Merge pull request #58 from code-review-platform-flow/FLOW-200
fix : coffee 관련 api 생성
2 parents f57e4fe + b8492b7 commit 2ceae60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/resources/application-dev.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,17 @@ spring:
119119
filters:
120120
- name: AuthenticationFilter
121121

122+
- id: coffee-route-non-auth
123+
uri: ${MAIN_ROUTE_ADDRESS}
124+
predicates:
125+
- Path=/coffee/**
126+
- Method=GET
127+
122128
- id: coffee-route-auth
123129
uri: ${MAIN_ROUTE_ADDRESS}
124130
predicates:
125131
- Path=/coffee/**
126-
- Method=POST
132+
- Method=POST,PATCH,DELETE
127133
filters:
128134
- name: AuthenticationFilter
129135
logging:

0 commit comments

Comments
 (0)