From 3a52cba23e12149f024462ac605e9674cad9ba5e Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 13 Nov 2024 15:02:35 -0800 Subject: [PATCH] add testing --- app/main/views/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 484318a04..e8dbc10b0 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -269,7 +269,7 @@ def benchmark_performance(): ) -@main.route("/about/about") +@main.route("/about") @user_is_logged_in def about_notify(): return render_template(