♻ Refactor Python folder tree (#629)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Esteban Maya
2024-03-02 05:01:59 -05:00
committed by GitHub
parent 0ca52bfca9
commit 06766f3cb3
17 changed files with 14 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ from sqlmodel import Session
from app.core import security
from app.core.config import settings
from app.db.engine import engine
from app.core.db import engine
from app.models import TokenPayload, User
reusable_oauth2 = OAuth2PasswordBearer(