diff --git a/arkindex/ponos/api.py b/arkindex/ponos/api.py index afaf2c45065f97cc1754a89dd095cc45e9406b52..b6cbd1bdd7426b1db539865b7a4bf13d810f06e0 100644 --- a/arkindex/ponos/api.py +++ b/arkindex/ponos/api.py @@ -119,7 +119,7 @@ class AgentRegister(CreateAPIView): """ Perform agent registration and authentication. """ - + authentication_classes = () serializer_class = AgentCreateSerializer def get_object(self):