From 535ea7c8b3c05c08ebd6bc55c8378dcb90056159 Mon Sep 17 00:00:00 2001 From: Jason <17367223+jsoltys@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:02:53 -0500 Subject: [PATCH] Temp Test Change --- app/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.py b/app/app.py index 64efd40..35377ba 100644 --- a/app/app.py +++ b/app/app.py @@ -24,6 +24,7 @@ app.register_blueprint(auth_bp) app.register_blueprint(users_bp) app.register_blueprint(products_bp) +# Comment Change # Home route @app.route('/') def home():