From 2996ec35c31e67c6cbe9e9009d525bd586d48fd7 Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Tue, 19 Oct 2021 21:53:06 +0200 Subject: [PATCH] adapt endpoint to new scheme to be consistent with traefik endpoint and the new scheme we should use `/api` here, too. @opatut mention as discussed --- frontend/config.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/config.example.json b/frontend/config.example.json index 9e1716e..2d904aa 100644 --- a/frontend/config.example.json +++ b/frontend/config.example.json @@ -1,7 +1,7 @@ { - "apiUrl": "https://api.example.com", + "apiUrl": "https://portal.example.com/api", "auth": { - "server": "https://api.example.com", + "server": "https://portal.example.com/api", "clientId": "CHANGEME", "scope": "*", "redirectUri": "https://example.com/redirect"