From 4ec8dbfeacefbb8809f8bd1d6ecd0a239dc6db19 Mon Sep 17 00:00:00 2001 From: pasumarthivenkatasatish94 <141744023+pasumarthivenkatasatish94@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:00:36 +0530 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6ba6c55..6fbe1da 100644 --- a/main.py +++ b/main.py @@ -13,4 +13,4 @@ def hello_world(request): elif request_json and 'message' in request_json: return request_json['message'] else: - return f'Hello cloud advocates!!!' + return f'Hello cloud advocates satish!!!'