diff options
Diffstat (limited to 'libpathod/app.py')
-rw-r--r-- | libpathod/app.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libpathod/app.py b/libpathod/app.py index fd742ce7..21ae9e0d 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -36,6 +36,11 @@ def docs_pathod(): return render_template("docs_pathod.html", section="docs") +@app.route('/docs/language') +def docs_language(): + return render_template("docs_lang.html", section="docs") + + @app.route('/docs/pathoc') def docs_pathoc(): return render_template("docs_pathoc.html", section="docs") |