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