refractor structure project and add user endpoint

This commit is contained in:
2026-01-08 15:05:23 +03:00
parent 423ce8bc62
commit 8e0131451d
25 changed files with 329 additions and 218 deletions
+2 -3
View File
@@ -7,9 +7,8 @@ from sqlalchemy.ext.asyncio import async_engine_from_config
from alembic import context
from app.users.models import UserModel
from app.database import Base
from app.config import settings
from app.core.database import Base
from app.core.config import settings
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.