chore: cleanup

This commit is contained in:
swve 2022-09-20 23:57:19 +02:00
parent 0288e6d88e
commit b1170da697
2 changed files with 17 additions and 20 deletions

View file

@ -1,6 +1,5 @@
from fastapi import APIRouter
from src.routers import collections, courses, users, auth, houses, orgs, roles
from starlette.responses import FileResponse
global_router = APIRouter(prefix="/api")