diff --git a/monkey/monkey_island/cc/resources/auth/auth.py b/monkey/monkey_island/cc/resources/auth/auth.py index 34632bf7e..d9513bae8 100644 --- a/monkey/monkey_island/cc/resources/auth/auth.py +++ b/monkey/monkey_island/cc/resources/auth/auth.py @@ -28,7 +28,7 @@ class Authenticate(AbstractResource): """ - urls = ["/api/auth"] + urls = ["/api/authenticate"] def __init__(self, authentication_service: AuthenticationService): self._authentication_service = authentication_service