diff --git a/grandnational-dashboard/app/main.py b/grandnational-dashboard/app/main.py index 7eb60e8..dc5a14e 100644 --- a/grandnational-dashboard/app/main.py +++ b/grandnational-dashboard/app/main.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/app/templates/index.html b/grandnational-dashboard/app/templates/index.html index 3201dd4..ae1c34a 100644 --- a/grandnational-dashboard/app/templates/index.html +++ b/grandnational-dashboard/app/templates/index.html @@ -1,7 +1,7 @@
- +