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 1
1
<!-- HTML for static distribution bundle build -->
2
2
<!DOCTYPE html>
3
3
< html lang ="en ">
4
- < head >
4
+ < head >
5
5
< meta charset ="UTF-8 ">
6
6
< 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 " />
10
10
< style >
11
11
html
12
12
{
27
27
margin : 0 ;
28
28
background : # fafafa ;
29
29
}
30
-
31
30
</ style >
32
- </ head >
31
+ </ head >
33
32
34
- < body >
35
- < div id ="swagger-ui "> </ div >
33
+ < body >
34
+ < div id ="swagger-ui "> </ div >
36
35
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 >
40
39
window . onload = function ( ) {
41
40
// Begin Swagger UI call region
42
41
const ui = SwaggerUIBundle ( {
58
57
ui . initOAuth (
59
58
{ "clientId" :"myClientId" } )
60
59
}
61
-
62
- </ script >
63
- </ body >
60
+ </ script >
61
+ </ body >
64
62
</ 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