From c83fd742f77169ba38dc456eae1057acfd12b8bf Mon Sep 17 00:00:00 2001 From: Chathuni Date: Mon, 28 Jul 2025 15:48:05 +0530 Subject: [PATCH 1/2] added files --- new-repo1 | 1 + 1 file changed, 1 insertion(+) create mode 160000 new-repo1 diff --git a/new-repo1 b/new-repo1 new file mode 160000 index 0000000..35115e7 --- /dev/null +++ b/new-repo1 @@ -0,0 +1 @@ +Subproject commit 35115e75771b8bf6b76176383bc0a54f45ac8844 From 6c2a5b2697f617cc4d879172b2403aefded3ebd1 Mon Sep 17 00:00:00 2001 From: Hiruni Weliwitiya Date: Mon, 28 Jul 2025 16:01:11 +0530 Subject: [PATCH 2/2] Update routes.py --- app/routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes.py b/app/routes.py index 8aa3782..954ec0e 100644 --- a/app/routes.py +++ b/app/routes.py @@ -5,7 +5,7 @@ @app.route('/') def home(): - return jsonify({ "status": "ok" }) + return jsonify({ "status": "okay this is succesfully done" }) @app.route('/menu') def menu(): @@ -16,4 +16,4 @@ def menu(): else: body = { "error": "Sorry, the service is not available today." } status = 404 - return jsonify(body), status \ No newline at end of file + return jsonify(body), status