fix: update PAIA API URL

This commit is contained in:
Rainer Killinger
2022-08-09 13:07:41 +02:00
parent 903bfe1967
commit a20200e52a

View File

@@ -617,8 +617,8 @@ const config: Partial<SCConfigFile> = {
name: '$.name', name: '$.name',
role: '$.type', role: '$.type',
}, },
token: 'https://hds.hebis.de:8443/auth/login', token: 'https://hds.hebis.de/paia/auth/login',
userinfo: 'https://hds.hebis.de:8443/core', userinfo: 'https://hds.hebis.de/paia/core',
}, },
}, },
}, },