people endpoints and super user events built
This commit is contained in:
@@ -48,6 +48,8 @@ def get_db() -> Generator[Session, None, None]:
|
||||
Yields:
|
||||
Session: SQLAlchemy session object
|
||||
"""
|
||||
from Controllers.Postgres.mixin import CrudMixin
|
||||
|
||||
session_factory = get_session_factory()
|
||||
session = session_factory()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user