fix(backend): Verloren Swagger setup

This commit is contained in:
Tibo De Peuter 2025-03-13 21:46:41 +01:00
parent 5986ca57bf
commit 55ec9ca02e
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 8 additions and 9 deletions

View file

@ -26,8 +26,7 @@ const doc = {
type: 'oauth2',
flows: {
implicit: {
authorizationUrl:
'http://localhost:7080/realms/student/protocol/openid-connect/auth',
authorizationUrl: 'http://localhost:7080/realms/student/protocol/openid-connect/auth',
scopes: {
openid: 'openid',
profile: 'profile',
@ -40,8 +39,7 @@ const doc = {
type: 'oauth2',
flows: {
implicit: {
authorizationUrl:
'http://localhost:7080/realms/teacher/protocol/openid-connect/auth',
authorizationUrl: 'http://localhost:7080/realms/teacher/protocol/openid-connect/auth',
scopes: {
openid: 'openid',
profile: 'profile',