From 15ae8733b8267ff7af9033a1ebe2de6ffad9c89a Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 9 Sep 2019 17:59:56 +0200 Subject: Update swagger to last version --- swagger-ui/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'swagger-ui/index.html') 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: [ -- cgit v1.2.1