This commit is contained in:
2026-07-26 07:20:16 -06:00
parent 66fac1f66d
commit 224960ac0f
4 changed files with 57 additions and 9 deletions

View File

@@ -676,8 +676,8 @@ class TopACTrendAPI(APIView):
class SQLTestCasePreviewAPI(APIView):
@validate_serializer(SQLTestCasePreviewSerializer)
@problem_permission_required
@validate_serializer(SQLTestCasePreviewSerializer)
def post(self, request):
data = request.data
try: