Spaces:
Runtime error
Runtime error
Commit Β·
f112ebb
1
Parent(s): 330a031
commit 000431
Browse files
app.py
CHANGED
|
@@ -28,7 +28,9 @@ swagger = Swagger(app, template={
|
|
| 28 |
"version": "1.0"
|
| 29 |
}
|
| 30 |
}, config={
|
|
|
|
| 31 |
"specs": [{"endpoint": 'apispec', "route": '/apispec.json', "rule_filter": lambda rule: True}],
|
|
|
|
| 32 |
"swagger_ui": True,
|
| 33 |
"specs_route": "/apidocs/"
|
| 34 |
})
|
|
|
|
| 28 |
"version": "1.0"
|
| 29 |
}
|
| 30 |
}, config={
|
| 31 |
+
"headers": [],
|
| 32 |
"specs": [{"endpoint": 'apispec', "route": '/apispec.json', "rule_filter": lambda rule: True}],
|
| 33 |
+
"static_url_path": "/flasgger_static",
|
| 34 |
"swagger_ui": True,
|
| 35 |
"specs_route": "/apidocs/"
|
| 36 |
})
|