diff --git a/app/routes.py b/app/routes.py index a112cfb..4dc3cb2 100644 --- a/app/routes.py +++ b/app/routes.py @@ -5,4 +5,4 @@ import sys @app.route('/') def index(): - render_template('index.html') \ No newline at end of file + return render_template('index.html') \ No newline at end of file