Skip to content

Commit b9291cd

Browse files
committed
Typo
1 parent defee6c commit b9291cd

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
@@ -73,7 +73,7 @@ def serve_vue_app(filename):
7373
return send_from_directory('dist', filename)
7474

7575
@app.route('/docs/<path:filename')
76-
def serve_docs_app:
76+
def serve_docs_app(filename):
7777
"""
7878
Serve (a build of) the documentation
7979
'cb_docs' is the output of `npx vuepress build pages/`

0 commit comments

Comments
 (0)