From cb3c44b6b613563629f9dbe6a6447f6ca2a6254b Mon Sep 17 00:00:00 2001 From: jyothiiyer98 <121548937+jyothiiyer98@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:28:41 +0530 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 961f935..7286d0d 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello CICD World!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8080)