Skip to content

Commit

Permalink
fix auth api urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Nov 13, 2023
1 parent 37051b2 commit 0ebbb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ window.config = {
API_GATEWAY_URL: 'http://localhost:7070/',
CONFIG_API_URL: 'http://localhost:2021',
LOGIN_URL: 'http://localhost:3020',
AUTH_URL: 'http://localhost:7070/auth',
AUTH_URL: 'http://localhost:7070/auth/',
MINIO_BUCKET: 'ocrvs',
COUNTRY_CONFIG_URL: 'http://localhost:3040',
// Country code in uppercase ALPHA-3 format
Expand Down
2 changes: 1 addition & 1 deletion src/client-config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ window.config = {
API_GATEWAY_URL: 'https://gateway.{{hostname}}/',
CONFIG_API_URL: 'https://config.{{hostname}}',
LOGIN_URL: 'https://login.{{hostname}}',
AUTH_URL: 'https://gateway.{{hostname}}/auth',
AUTH_URL: 'https://gateway.{{hostname}}/auth/',
MINIO_BUCKET: 'ocrvs',
COUNTRY_CONFIG_URL: 'https://countryconfig.{{hostname}}',
// Country code in uppercase ALPHA-3 format
Expand Down

0 comments on commit 0ebbb18

Please sign in to comment.