FrederickSundeep commited on
Commit
feab4b5
·
1 Parent(s): ef0659d

commit 00000015

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)