Skip to content

Commit 2230361

Browse files
committed
added api doc endpoint
1 parent 4aea0e2 commit 2230361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fulcrum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
@app.route("/api/")
3939
@app.route("/docs/")
40+
@app.route("/api/docs/")
4041
def redirect_to_docs() -> Response:
4142
"""Redirect to the Swagger documentation"""
4243
return redirect("/apidocs/")

0 commit comments

Comments
 (0)