diff options
Diffstat (limited to 'swagger-ui/index.html')
-rw-r--r-- | swagger-ui/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/swagger-ui/index.html b/swagger-ui/index.html index 9af6751..e6df338 100644 --- a/swagger-ui/index.html +++ b/swagger-ui/index.html @@ -39,7 +39,8 @@ window.onload = function() { // Begin Swagger UI call region const ui = SwaggerUIBundle({ - url: "/api", + url: 'http://someserver/openapi.json', + configUrl: '/swagger-config.yaml', dom_id: '#swagger-ui', deepLinking: true, presets: [ |