We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5d1f4 commit 5dede69Copy full SHA for 5dede69
2 files changed
src/main/resources/application-local.yml
@@ -55,8 +55,6 @@ spring:
55
- /users/swagger-ui/**
56
- /users/v3/api-docs
57
- /users/v3/api-docs/**
58
- filters:
59
- - RewritePath=/users/(?<remaining>.*), /${remaining}
60
61
- id: reaction-private
62
uri: http://localhost:8083
src/main/resources/application.yml
@@ -65,8 +65,6 @@ spring:
65
66
67
68
69
70
71
72
uri: http://reaction-service:8083
0 commit comments