From 5f6a30fc1d8b8228c727de2dfdd30762d809ac12 Mon Sep 17 00:00:00 2001 From: deb2000-sudo Date: Mon, 5 Jan 2026 10:26:54 +0530 Subject: [PATCH] message chanes for testing --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 702bf9e..e7ef95f 100644 --- a/app/main.py +++ b/app/main.py @@ -53,7 +53,7 @@ class TaskUpdate(BaseModel): def read_root(): settings = get_settings() return { - "message": "Hello from nxtdo-backend!", + "message": "Hello from nxtdo-backend! I am Debashis Nayak", "environment": settings.ENVIRONMENT, "project": settings.GCP_PROJECT_ID }