Skip to content

Commit

Permalink
Added message to legacy entities/ endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbc25 committed Mar 13, 2024
1 parent f559d8c commit 68e7425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/views/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class EntitiesView(APIView):
permission_classes = []

def get(self, request, format=None):
return HttpResponseGone()
return HttpResponseGone('{"message":"Es necesario actualizar la aplicación"}')

0 comments on commit 68e7425

Please sign in to comment.