Api routes refactor
This commit is contained in:
8
folkugat_web/api/routes/temes/__init__.py
Normal file
8
folkugat_web/api/routes/temes/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from folkugat_web.api.router import get_router
|
||||
|
||||
from . import index
|
||||
|
||||
router = get_router()
|
||||
router.include_router(index.router)
|
||||
|
||||
__all__ = ["router"]
|
||||
Reference in New Issue
Block a user