Skip to content
Snippets Groups Projects
Commit c96a8f4f authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Make the lack of authentication explicit on CreateAgent

parent 894e8e5b
No related branches found
No related tags found
1 merge request!2050Make the lack of authentication explicit on CreateAgent
......@@ -119,7 +119,7 @@ class AgentRegister(CreateAPIView):
"""
Perform agent registration and authentication.
"""
authentication_classes = ()
serializer_class = AgentCreateSerializer
def get_object(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment