|
|
@ -2,8 +2,8 @@ window.onload = function() { |
|
|
const uiConfig = { |
|
|
const uiConfig = { |
|
|
"url": "/api/beta/ui", |
|
|
"url": "/api/beta/ui", |
|
|
"dom_id": "#swagger-ui", |
|
|
"dom_id": "#swagger-ui", |
|
|
"deepLinking": True, |
|
|
|
|
|
"validatorUrl": None, |
|
|
|
|
|
|
|
|
"deepLinking": true, |
|
|
|
|
|
"validatorUrl": undefined, |
|
|
"layout": "StandaloneLayout", |
|
|
"layout": "StandaloneLayout", |
|
|
"oauth2RedirectUrl": "oauth2-redirect", |
|
|
"oauth2RedirectUrl": "oauth2-redirect", |
|
|
}; |
|
|
}; |
|
|
|