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'])