1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Fix database

This commit is contained in:
MoonTestUse1
2025-01-07 06:01:45 +06:00
parent 4dbe6f28d9
commit e9f17ab3fb
2 changed files with 21 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ from sqlalchemy.pool import StaticPool
from app.core.config import settings
from app.db.base import Base
from app.main import app
from app.deps import get_db
from app.dependencies import get_db
from app.models.employee import Employee
from app.utils.security import get_password_hash