Updated response for ping
This commit is contained in:
@@ -5,5 +5,5 @@ from rest_framework.views import APIView
|
||||
|
||||
class PingApiView(APIView):
|
||||
def get(self, request):
|
||||
data = {"message": "ok"}
|
||||
data = "ok"
|
||||
return Response(data, status=status.HTTP_200_OK)
|
||||
|
||||
Reference in New Issue
Block a user