From 02528a4182a896a92a5c17b8420499c2a025d158 Mon Sep 17 00:00:00 2001 From: suj4lbbash Date: Wed, 18 Sep 2024 15:00:21 +0530 Subject: [PATCH] testing --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 1858d48..176c79b 100644 --- a/app.py +++ b/app.py @@ -16,7 +16,7 @@ @app.route("/", methods=['GET']) def home(): - return "Hi! This app is an API, there is no UI ;-)" + return "Hi Sujal ! This app is an API, there is no UI ;-)" @app.route('/discover')