File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 < head >
55 < meta charset ="UTF-8 ">
66 < title > Swagger UI - {{ config['metadata']['identification']['title'] }}</ title >
7- < link rel ="stylesheet " type ="text/css " href ="https://unpkg.com/swagger-ui-dist@3.28.0 /swagger-ui.css " >
8- < link rel ="icon " type ="image/png " href ="https://unpkg.com/swagger-ui-dist@3.28.0 /favicon-32x32.png " sizes ="32x32 " />
9- < link rel ="icon " type ="image/png " href ="https://unpkg.com/swagger-ui-dist@3.28.0 /favicon-16x16.png " sizes ="16x16 " />
7+ < link rel ="stylesheet " type ="text/css " href ="https://unpkg.com/swagger-ui-dist/swagger-ui.css " >
8+ < link rel ="icon " type ="image/png " href ="https://unpkg.com/swagger-ui-dist/favicon-32x32.png " sizes ="32x32 " />
9+ < link rel ="icon " type ="image/png " href ="https://unpkg.com/swagger-ui-dist/favicon-16x16.png " sizes ="16x16 " />
1010 < style >
1111 html
1212 {
3030
3131 < body >
3232 < div id ="swagger-ui "> </ div >
33- < script src ="https://unpkg.com/swagger-ui-dist@3.28.0 /swagger-ui-bundle.js "> </ script >
34- < script src ="https://unpkg.com/swagger-ui-dist@3.28.0 /swagger-ui-standalone-preset.js "> </ script >
33+ < script src ="https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js "> </ script >
34+ < script src ="https://unpkg.com/swagger-ui-dist/swagger-ui-standalone-preset.js "> </ script >
3535 < script >
3636 window . onload = function ( ) {
3737 // Begin Swagger UI call region
You can’t perform that action at this time.
0 commit comments