We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ceae60 + a1809f0 commit fb3c752Copy full SHA for fb3c752
src/main/resources/application-dev.yml
@@ -132,6 +132,20 @@ spring:
132
- Method=POST,PATCH,DELETE
133
filters:
134
- 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
144
145
146
+ - Method=POST,PATCH,DELETE
147
+ filters:
148
+ - name: AuthenticationFilter
149
logging:
150
level:
151
org:
0 commit comments