Skip to content

Commit 1cf7357

Browse files
committed
small fix: docs routing
1 parent b9291cd commit 1cf7357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def serve_vue_app(filename):
7272
"""
7373
return send_from_directory('dist', filename)
7474

75-
@app.route('/docs/<path:filename')
75+
@app.route('/docs/<path:filename>')
7676
def serve_docs_app(filename):
7777
"""
7878
Serve (a build of) the documentation

0 commit comments

Comments
 (0)