move sub dir to root

This commit is contained in:
Osman Faruk Bayram 2025-05-05 14:41:28 +03:00
parent 7281477269
commit 3ac4d21e3f
7 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
from .config import app
from .auth.router import router as auth_router
from config import app
from router import router as auth_router
app.include_router(auth_router)