diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-09 17:59:56 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-09 17:59:56 +0200 |
commit | 15ae8733b8267ff7af9033a1ebe2de6ffad9c89a (patch) | |
tree | b15e820e7ee618a9d156071f346892038ed2c44f /swagger-ui/index.html | |
parent | 260ce7465a66427832da15caae0077323dc9750a (diff) | |
download | umosapicpp-15ae8733b8267ff7af9033a1ebe2de6ffad9c89a.tar.xz umosapicpp-15ae8733b8267ff7af9033a1ebe2de6ffad9c89a.zip |
Update swagger to last version
Diffstat (limited to '')
-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: [ |