From 7901a78754703fdf03d7a5469fe668427f665e13 Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:27:28 +0200 Subject: [PATCH] also update api url here. --- api/config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/config.json.example b/api/config.json.example index 564da02..53348d6 100644 --- a/api/config.json.example +++ b/api/config.json.example @@ -1,7 +1,7 @@ { "cookieSecret": "!!!<<>>!!!", "jwtSecret": "!!!<<>>!!!", - "baseUrl": "https://api.example.com/", + "baseUrl": "https://portal.example.com/api", "mainFrontendUrl": "https://portal.example.com/", "mail": { "from": "Sender Name ",