File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,18 +3,13 @@ window.onload = function () {
33
44 // the following lines will be replaced by docker/configurator, when it runs in a docker-container
55 window . ui = SwaggerUIBundle ( {
6- url : "http://localhost:5050/api/v1/openapi.yaml" ,
7- // url: "https://api.plainrandom.com/api/v1/openapi.yaml",
8- dom_id : ' #swagger-ui' ,
6+ // url: "http://localhost:5050/api/v1/openapi.yaml",
7+ url : "https://api.plainrandom.com/api/v1/openapi.yaml" ,
8+ dom_id : " #swagger-ui" ,
99 deepLinking : true ,
10- presets : [
11- SwaggerUIBundle . presets . apis ,
12- SwaggerUIStandalonePreset
13- ] ,
14- plugins : [
15- SwaggerUIBundle . plugins . DownloadUrl
16- ] ,
17- layout : "StandaloneLayout"
10+ presets : [ SwaggerUIBundle . presets . apis , SwaggerUIStandalonePreset ] ,
11+ plugins : [ SwaggerUIBundle . plugins . DownloadUrl ] ,
12+ layout : "StandaloneLayout" ,
1813 } ) ;
1914
2015 //</editor-fold>
You can’t perform that action at this time.
0 commit comments