gdc: fix post demand endpoint to be a POST (#43963)

This commit is contained in:
Frédéric Péters 2020-06-12 08:45:10 +02:00
parent e0359b8eb2
commit f0cb728359
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class PostDemandeView(View, SingleObjectMixin):
model = Gdc
@utils.protected_api('can_post_request')
def get(self, request, *args, **kwargs):
def post(self, request, *args, **kwargs):
# <wsdl:message name='addDemandeExterneParticulierRequest'>
# <wsdl:part name='nom' type='xsd:string'></wsdl:part>
# <wsdl:part name='prenom' type='xsd:string'></wsdl:part>