Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swusjask committed Jun 2, 2024
1 parent 31b1b63 commit 9158608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/landmark/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

class LandmarkView(APIView):
def get(self, request):
return Response({"message": "hello worldzzz"}, status.HTTP_200_OK)
return Response({"message": "za warudo"}, status.HTTP_200_OK)

0 comments on commit 9158608

Please sign in to comment.