From 0330ef9aae85a270ee1b8a8b225800ca9b9bf5dd Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Mon, 29 Apr 2024 14:04:28 +0530 Subject: [PATCH] custom response in tags 2 --- manage_events/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage_events/api/views.py b/manage_events/api/views.py index 62fa736..92c1c26 100644 --- a/manage_events/api/views.py +++ b/manage_events/api/views.py @@ -831,5 +831,5 @@ class TagListView(generics.ListAPIView): return ApiResponse.success( message=constants.SUCCESS, data=serializer.data, - status_code=status.HTTP_200_OK, + status=status.HTTP_200_OK, )