bugfix: adding missing access control allow origin header
Compare changes
+ 3
− 1
@@ -16,12 +16,14 @@ class CanVoteOnPollViewSet(APIView):
@@ -16,12 +16,14 @@ class CanVoteOnPollViewSet(APIView):
@calummackervoy : that fixes the "Blocked request" error from my tests.
Do you agree with that ?