feat: added review module

This commit is contained in:
Андрей Сумин
2025-03-01 23:58:14 +03:00
parent 27afa70207
commit cc2693986d
22 changed files with 283 additions and 431 deletions
+6 -1
View File
@@ -6,7 +6,12 @@ from ninja import Router
from ninja.errors import AuthenticationError
from api.v1.auth import BearerAuth
from api.v1.schemas import BadRequestError, ForbiddenError, NotFoundError, ConflictError
from api.v1.schemas import (
BadRequestError,
ConflictError,
ForbiddenError,
NotFoundError,
)
from api.v1.user.schemas import (
LoginSchema,
RegisterSchema,