We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1188ac5 commit ff9c881Copy full SHA for ff9c881
1 file changed
partner_programs/views.py
@@ -64,6 +64,9 @@ def post(self, request, *args, **kwargs):
64
try:
65
program = PartnerProgram.objects.get(pk=kwargs["pk"])
66
data = request.data
67
+ # tilda cringe
68
+ if data.get("test") == "test":
69
+ return Response(status=status.HTTP_200_OK)
70
print(data)
71
72
user_fields = (
0 commit comments