File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
< head >
5
5
< meta charset ="UTF-8 ">
6
6
< title > Swagger UI</ title >
7
- < link rel ="stylesheet " type ="text/css " href =". {{ static }}/swagger-ui.css " >
8
- < link rel ="icon " type ="image/png " href =". {{ static }}/favicon-32x32.png " sizes ="32x32 " />
9
- < link rel ="icon " type ="image/png " href =". {{ static }}/favicon-16x16.png " sizes ="16x16 " />
7
+ < link rel ="stylesheet " type ="text/css " href ="{{ static }}/swagger-ui.css " >
8
+ < link rel ="icon " type ="image/png " href ="{{ static }}/favicon-32x32.png " sizes ="32x32 " />
9
+ < link rel ="icon " type ="image/png " href ="{{ static }}/favicon-16x16.png " sizes ="16x16 " />
10
10
< style >
11
11
html
12
12
{
33
33
< body >
34
34
< div id ="swagger-ui "> </ div >
35
35
36
- < script src =". {{ static }}/swagger-ui-bundle.js "> </ script >
37
- < script src =". {{ static }}/swagger-ui-standalone-preset.js "> </ script >
36
+ < script src ="{{ static }}/swagger-ui-bundle.js "> </ script >
37
+ < script src ="{{ static }}/swagger-ui-standalone-preset.js "> </ script >
38
38
< script >
39
39
window . onload = function ( ) {
40
40
// Begin Swagger UI call region
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(file_name):
10
10
11
11
setup (
12
12
name = 'aiohttp-apispec' ,
13
- version = '1.1.0 ' ,
13
+ version = '1.1.1 ' ,
14
14
description = 'Build and document REST APIs with aiohttp and apispec' ,
15
15
long_description = read ('README.md' ),
16
16
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments