diff --git a/grandnational-dashboard/grandnational_dashboard/dashboard.py b/grandnational-dashboard/grandnational_dashboard/dashboard.py index 7eb60e8..dc5a14e 100644 --- a/grandnational-dashboard/grandnational_dashboard/dashboard.py +++ b/grandnational-dashboard/grandnational_dashboard/dashboard.py @@ -13,7 +13,6 @@ async def home(request): {'request': request}, ) - routes = [ Route('/', endpoint=home), Mount('/static', StaticFiles(directory='../static'), name='static'), diff --git a/grandnational-dashboard/grandnational_dashboard/templates/index.html b/grandnational-dashboard/grandnational_dashboard/templates/index.html index 3201dd4..7a2bff5 100644 --- a/grandnational-dashboard/grandnational_dashboard/templates/index.html +++ b/grandnational-dashboard/grandnational_dashboard/templates/index.html @@ -1,7 +1,7 @@
- +