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():