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