update healthcheck response message
This commit is contained in:
+1
-1
@@ -295,7 +295,7 @@ class UserDetailAPIView(StaffEditorPermissionMixin, generics.RetrieveAPIView):
|
||||
|
||||
@api_view(["GET"])
|
||||
def healthcheck(request):
|
||||
return Response({"status": "ok"}, status=status.HTTP_200_OK)
|
||||
return Response({"status": "Good"}, status=status.HTTP_200_OK)
|
||||
|
||||
|
||||
@api_view(["POST"])
|
||||
|
||||
Reference in New Issue
Block a user