Skip to content

Commit

Permalink
#48: Fix apikey service config
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Aug 5, 2024
1 parent f36fe96 commit 28af2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/common/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ security:
apikey:
enabled: true
auth:
serviceUrl: ${common.protocol}://auth.${common.domain}/apikey
serviceUrl: ${common.protocol}://auth.${common.domain}/apikey/
check:
serviceUrl: ${common.protocol}://auth.${common.domain}/apikey/ws/check?apikey=
userdetails:
Expand Down

0 comments on commit 28af2d6

Please sign in to comment.