updating gn-20 dashboard

This commit is contained in:
2020-02-18 23:47:35 +00:00
parent 6c77fe0754
commit 85f2f629ab
3 changed files with 23 additions and 26 deletions

View File

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