From c5ac8294d5da6e1b46dbd665f4832b2f46d13c2b Mon Sep 17 00:00:00 2001 From: Ashutosh Goswami <160889349+AshutoshGoswami24@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:21:21 +0530 Subject: [PATCH] Update route.py --- route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route.py b/route.py index 67547dc..1f03816 100644 --- a/route.py +++ b/route.py @@ -4,7 +4,7 @@ @routes.get("/", allow_head=True) async def root_route_handler(request): - return web.json_response("Madflix_Bots") + return web.json_response("IAMASHU") async def web_server():