Publish API documentation

This commit is contained in:
github-actions 2022-01-17 08:35:03 +00:00
parent c554861070
commit 1df854609f
2 changed files with 8 additions and 8 deletions

View File

@ -14,16 +14,16 @@
<script>
const ui = SwaggerUIBundle({
url: 'openapi.json',
"dom_id": "#swagger-ui",
"layout": "BaseLayout",
"deepLinking": true,
"showExtensions": true,
"showCommonExtensions": true,
oauth2RedirectUrl: window.location.origin + '/docs/oauth2-redirect',
dom_id: '#swagger-ui',
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIBundle.SwaggerUIStandalonePreset
],
layout: "BaseLayout",
deepLinking: true,
showExtensions: true,
showCommonExtensions: true
})
</script>
</body>

File diff suppressed because one or more lines are too long