Skip to content

Commit

Permalink
Update route.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshGoswami24 authored Apr 21, 2024
1 parent 115c2da commit c5ac829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit c5ac829

Please sign in to comment.