diff options
Diffstat (limited to 'microservices/02-api-gateway/linux/deb/package')
| -rw-r--r-- | microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml b/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml index 2747d3b..d037d5b 100644 --- a/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml +++ b/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml @@ -3,7 +3,7 @@ server: address: 127.0.0.1 app: - userRolesUrl: "http://localhost:8052/myservices/api/security/users/{username}/roles" + userRolesUrl: "http://localhost:8052/myservices/security/open/users/{username}/roles" # logging: # level: |
