From a20200e52a725ede42cb5e026a5a693b1ba3d149 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 9 Aug 2022 13:07:41 +0200 Subject: [PATCH] fix: update PAIA API URL --- config/default.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.ts b/config/default.ts index 937aabc6..0c5b0765 100644 --- a/config/default.ts +++ b/config/default.ts @@ -617,8 +617,8 @@ const config: Partial = { name: '$.name', role: '$.type', }, - token: 'https://hds.hebis.de:8443/auth/login', - userinfo: 'https://hds.hebis.de:8443/core', + token: 'https://hds.hebis.de/paia/auth/login', + userinfo: 'https://hds.hebis.de/paia/core', }, }, },