We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9291cd commit 1cf7357Copy full SHA for 1cf7357
main.py
@@ -72,7 +72,7 @@ def serve_vue_app(filename):
72
"""
73
return send_from_directory('dist', filename)
74
75
-@app.route('/docs/<path:filename')
+@app.route('/docs/<path:filename>')
76
def serve_docs_app(filename):
77
78
Serve (a build of) the documentation
0 commit comments