Move downloads to downloads.py

This commit is contained in:
Fabian Dill
2020-08-03 19:27:40 +02:00
parent 2a8f39a0a1
commit da3a65fd53
3 changed files with 49 additions and 45 deletions

View File

@@ -136,4 +136,4 @@ def favicon():
from WebHostLib.customserver import run_server_process
from . import tracker, upload, landing, check, generate # to trigger app routing picking up on it
from . import tracker, upload, landing, check, generate, downloads # to trigger app routing picking up on it