Spaces:
Sleeping
Sleeping
Commit ·
feab4b5
1
Parent(s): ef0659d
commit 00000015
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ swagger = Swagger(flask_app, template={
|
|
| 33 |
"specs": [{"endpoint": 'apispec', "route": '/apispec.json', "rule_filter": lambda rule: True}],
|
| 34 |
"static_url_path": "/flasgger_static",
|
| 35 |
"swagger_ui": True,
|
| 36 |
-
"specs_route": "/apidocs/"
|
| 37 |
})
|
| 38 |
|
| 39 |
# ✅ Hugging Face login (optional)
|
|
|
|
| 33 |
"specs": [{"endpoint": 'apispec', "route": '/apispec.json', "rule_filter": lambda rule: True}],
|
| 34 |
"static_url_path": "/flasgger_static",
|
| 35 |
"swagger_ui": True,
|
| 36 |
+
"specs_route": "/api/apidocs/"
|
| 37 |
})
|
| 38 |
|
| 39 |
# ✅ Hugging Face login (optional)
|