Api routes refactor

This commit is contained in:
marc
2025-07-28 22:45:45 +02:00
parent 6aad7a069e
commit 8cdb9340fd
26 changed files with 103 additions and 29 deletions

View File

@@ -1,9 +1,3 @@
from ._router import router
from .auth import *
from .index import *
from .sessio import *
from .sessions import *
from .tema import *
from .temes import *
from .routes import router
__all__ = ["router"]