mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-03 09:59:45 -05:00
feat: single source of truth of models + encrypted vault keys
This commit is contained in:
@@ -5,7 +5,7 @@ from flowsint_core.core.auth import verify_password
|
||||
from flowsint_core.core.auth import create_access_token, get_password_hash
|
||||
from sqlalchemy.orm import Session
|
||||
from app.api.schemas.profile import ProfileCreate
|
||||
from app.models.models import Profile
|
||||
from flowsint_core.core.models import Profile
|
||||
from flowsint_core.core.postgre_db import get_db
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
Reference in New Issue
Block a user