mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-06 09:46:30 +00:00
update healthcheck response message
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m3s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m3s
This commit is contained in:
@ -295,7 +295,7 @@ class UserDetailAPIView(StaffEditorPermissionMixin, generics.RetrieveAPIView):
|
|||||||
|
|
||||||
@api_view(["GET"])
|
@api_view(["GET"])
|
||||||
def healthcheck(request):
|
def healthcheck(request):
|
||||||
return Response({"status": "ok"}, status=status.HTTP_200_OK)
|
return Response({"status": "Good"}, status=status.HTTP_200_OK)
|
||||||
|
|
||||||
|
|
||||||
@api_view(["POST"])
|
@api_view(["POST"])
|
||||||
|
Reference in New Issue
Block a user