This commit is contained in:
2026-06-04 05:31:23 -06:00
parent f6e41dc349
commit b28301bbb1
5 changed files with 6 additions and 6 deletions

View File

@@ -13,8 +13,8 @@ from utils.constants import CacheKey
class CommentAPI(AsyncAPIView):
@validate_serializer(CreateCommentSerializer)
@login_required
@validate_serializer(CreateCommentSerializer)
async def post(self, request):
data = request.data
try: