File tree Expand file tree Collapse file tree 2 files changed +13
-19
lines changed
springdoc-openapi-webflux-ui/src/test/resources/results
springdoc-openapi-webmvc-core/src/test/resources Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 11<!-- HTML for static distribution bundle build -->
22<!DOCTYPE html>
33< html lang ="en ">
4- < head >
4+ < head >
55 < meta charset ="UTF-8 ">
66 < title > Swagger UI</ title >
7- < link href =" ./swagger-ui.css " rel ="stylesheet " type ="text/css ">
8- < link href ="./favicon-32x32.png " rel =" icon " sizes ="32x32 " type =" image/png " />
9- < link href ="./favicon-16x16.png " rel =" icon " sizes ="16x16 " type =" image/png " />
7+ < link rel ="stylesheet " type ="text/css " href =" ./swagger-ui.css " >
8+ < link rel =" icon " type =" image/png " href ="./favicon-32x32.png " sizes ="32x32 " />
9+ < link rel =" icon " type =" image/png " href ="./favicon-16x16.png " sizes ="16x16 " />
1010 < style >
1111 html
1212 {
2727 margin : 0 ;
2828 background : # fafafa ;
2929 }
30-
3130 </ style >
32- </ head >
31+ </ head >
3332
34- < body >
35- < div id ="swagger-ui "> </ div >
33+ < body >
34+ < div id ="swagger-ui "> </ div >
3635
37- < script src ="./swagger-ui-bundle.js "> </ script >
38- < script src ="./swagger-ui-standalone-preset.js "> </ script >
39- < script >
36+ < script src ="./swagger-ui-bundle.js "> </ script >
37+ < script src ="./swagger-ui-standalone-preset.js "> </ script >
38+ < script >
4039 window . onload = function ( ) {
4140 // Begin Swagger UI call region
4241 const ui = SwaggerUIBundle ( {
5857ui . initOAuth (
5958{ "clientId" :"myClientId" } )
6059 }
61-
62- </ script >
63- </ body >
60+ </ script >
61+ </ body >
6462</ html >
Original file line number Diff line number Diff line change 1- {
2- "500" : {
3- "$ref" : " #/components/examples/http500Example"
4- }
5- }
1+ {"500" :{"$ref" :" #/components/examples/http500Example" }}
You can’t perform that action at this time.
0 commit comments