From 62b4d7df8178bf560e165e92b2242391ad3985d3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 27 Jan 2017 15:12:46 +0100 Subject: api: use prefix --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') diff --git a/api.py b/api.py index 44c47ba..3d50d47 100644 --- a/api.py +++ b/api.py @@ -14,7 +14,7 @@ import crawler import queries -route = aiohttp_route_decorator.RouteCollector() +route = aiohttp_route_decorator.RouteCollector(prefix="/api") db = database.Database() -- cgit v1.3.1