1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Merge pull request #250 from muety/swagger-fix

fix: relative swagger-ui definition
This commit is contained in:
Ferdinand Mütsch 2021-09-07 08:56:08 +02:00 committed by GitHub
commit 2f9cafc88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "/docs/swagger.json",
url: "../docs/swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [