diff --git a/fruit_api.log b/fruit_api.log index 193c34b..9379eb9 100644 --- a/fruit_api.log +++ b/fruit_api.log @@ -335,3 +335,5 @@ 2025-09-30 23:59:59 - METHOD:GET - ENDPOINT:/fruits - STATUS:500 - ERROR: db not connected 2025-09-30 23:59:59 - METHOD:GET - ENDPOINT:/fruits - STATUS:400 - ERROR: db not connected 2025-09-30 23:59:59 - METHOD:GET - ENDPOINT:/fruits - STATUS:400 - ERROR: db not connected +2025-10-01 00:15:00 - METHOD:GET - ENDPOINT:/fruits - STATUS:500 - ERROR: db not connected +2025-10-01 00:15:00 - METHOD:GET - ENDPOINT:/fruits - STATUS:500 - ERROR: db not connected diff --git a/fruit_api.py b/fruit_api.py index 06f3642..aa15d76 100644 --- a/fruit_api.py +++ b/fruit_api.py @@ -17,8 +17,8 @@ swagger = Swagger(app) @app.route("/", methods=["GET"]) def home(): return jsonify({ - "message": "Welcome to Ahmed Gamal's Fruit API 🚀", - "docs_url": "/docs" + "message": "Welcome to Ahmed Gamal's Fruit API ", + "Swagger Docs URL": "/docs" }) # Sample data diff --git a/test_results.log b/test_results.log index e5f089b..260272f 100644 --- a/test_results.log +++ b/test_results.log @@ -788,3 +788,11 @@ Status: 200 ✅ Status: 200 ✅ Status: 200 ✅ Status: 201 +✅ Status: 200 +✅ Status: 200 +✅ Status: 200 +✅ Status: 201 +✅ Status: 200 +✅ Status: 200 +✅ Status: 200 +✅ Status: 201