Update plugins/route.py
Browse files- plugins/route.py +1 -1
plugins/route.py
CHANGED
@@ -4,4 +4,4 @@ routes = web.RouteTableDef()
|
|
4 |
|
5 |
@routes.get("/", allow_head=True)
|
6 |
async def root_route_handler(request):
|
7 |
-
return web.json_response("
|
|
|
4 |
|
5 |
@routes.get("/", allow_head=True)
|
6 |
async def root_route_handler(request):
|
7 |
+
return web.json_response("Benfilterbot")
|