From 77f3da8fa0101620aad060ef36301d73c80e2afb Mon Sep 17 00:00:00 2001 From: Lemons Peas Date: Mon, 27 Apr 2026 12:02:25 -0600 Subject: [PATCH] Update app.py --- app/server/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/server/app.py b/app/server/app.py index c7aa30e..6f61a16 100644 --- a/app/server/app.py +++ b/app/server/app.py @@ -12,6 +12,7 @@ app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False # Initialize the database with the app +# Test comment init_db(app) @app.route('/api/dogs', methods=['GET'])