Admin features (audit, log, settings)

This commit is contained in:
2025-10-19 16:04:44 +02:00
parent 9aee314837
commit 6db0187b54
9 changed files with 1849 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ from app.services.auth_service import auth_service
from app.exceptions import InvalidCredentialsException
from models.schema.auth import LoginResponse, UserLogin
router = APIRouter()
router = APIRouter(prefix="/auth")
logger = logging.getLogger(__name__)