kgashok commited on
Commit
adc6442
1 Parent(s): 10d1621

Update plugins/route.py

Browse files
Files changed (1) hide show
  1. 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("DQTheFileDonor")
 
4
 
5
  @routes.get("/", allow_head=True)
6
  async def root_route_handler(request):
7
+ return web.json_response("Benfilterbot")