aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/pathod/app.py')
-rw-r--r--pathod/pathod/app.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pathod/pathod/app.py b/pathod/pathod/app.py
index debebaf2..c6b7eabc 100644
--- a/pathod/pathod/app.py
+++ b/pathod/pathod/app.py
@@ -86,10 +86,10 @@ def make_app(noapi, debug):
"docs_pathoc.html", True, section="docs", subsection="pathoc"
)
- @app.route('/docs/libpathod')
- def docs_libpathod():
+ @app.route('/docs/lib_pathod')
+ def docs_lib_pathod():
return render(
- "docs_libpathod.html", True, section="docs", subsection="libpathod"
+ "docs_lib_pathod.html", True, section="docs", subsection="pathod"
)
@app.route('/docs/test')