File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 22< html >
33< head >
44 < title > Swagger UI</ title >
5- < link rel ="stylesheet " type ="text/css " href ="swagger-ui.css " > <!-- Update the path to where your Swagger UI CSS file is located -->
5+ < link rel ="stylesheet " type ="text/css " href ="swagger-ui.css " >
66</ head >
77
88< body >
99 < div id ="swagger-ui "> </ div >
1010
11- < script src ="swagger-ui-bundle.js "> </ script > <!-- Update the path to where your Swagger UI JS bundle file is located -->
12- < script src ="swagger-ui-standalone-preset.js "> </ script > <!-- Update the path if you're using the standalone preset -->
11+ < script src ="swagger-ui-bundle.js "> </ script >
12+ < script src ="swagger-ui-standalone-preset.js "> </ script >
1313 < script >
1414 window . onload = function ( ) {
15- // Begin Swagger UI call region
1615 const ui = SwaggerUIBundle ( {
17- url : "/http-api/swagger.json" , // Update with the path to your OpenAPI spec
16+ url : "/http-api/swagger.json" ,
1817 dom_id : '#swagger-ui' ,
1918 deepLinking : true ,
2019 presets : [
2625 ] ,
2726 layout : "StandaloneLayout"
2827 } )
29- // End Swagger UI call region
3028
3129 window . ui = ui
3230 }
You can’t perform that action at this time.
0 commit comments