aboutsummaryrefslogtreecommitdiff
path: root/app/main/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/main/routes.py')
-rw-r--r--app/main/routes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/main/routes.py b/app/main/routes.py
index 5d14fc6..e69282c 100644
--- a/app/main/routes.py
+++ b/app/main/routes.py
@@ -7,6 +7,5 @@ from app.main import bp
@bp.route("/")
@bp.route("/index")
-@login_required
def index():
return render_template("index.html", title="Home")