Skip to content

Commit ff9c881

Browse files
committed
Add test get method for tilda
1 parent 1188ac5 commit ff9c881

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

partner_programs/views.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ def post(self, request, *args, **kwargs):
6464
try:
6565
program = PartnerProgram.objects.get(pk=kwargs["pk"])
6666
data = request.data
67+
# tilda cringe
68+
if data.get("test") == "test":
69+
return Response(status=status.HTTP_200_OK)
6770
print(data)
6871

6972
user_fields = (

0 commit comments

Comments
 (0)