updating dashboard

This commit is contained in:
2020-02-18 21:25:12 +00:00
parent adb0859ae1
commit 6c77fe0754
4 changed files with 16 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ async def home(request):
{'request': request},
)
routes = [
Route('/', endpoint=home),
Mount('/static', StaticFiles(directory='../static'), name='static'),