fix(backend): Verloren Swagger setup
This commit is contained in:
parent
5986ca57bf
commit
55ec9ca02e
3 changed files with 8 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue