We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aea0e2 commit 2230361Copy full SHA for 2230361
fulcrum.py
@@ -37,6 +37,7 @@
37
38
@app.route("/api/")
39
@app.route("/docs/")
40
+@app.route("/api/docs/")
41
def redirect_to_docs() -> Response:
42
"""Redirect to the Swagger documentation"""
43
return redirect("/apidocs/")
0 commit comments