diff options
Diffstat (limited to 'libpathod/app.py')
-rw-r--r-- | libpathod/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/app.py b/libpathod/app.py index 0b123e94..c1fb670f 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -37,7 +37,7 @@ def render(s, **kwargs): @app.route('/index.html') def index(): return render("index.html", section="main") - j + @app.route('/about') @app.route('/about.html') |