forked from p15670423/monkey
Island: Change /api/auth -> /api/authenticate
This commit is contained in:
parent
30166880bb
commit
1635f3204a
|
@ -28,7 +28,7 @@ class Authenticate(AbstractResource):
|
|||
|
||||
"""
|
||||
|
||||
urls = ["/api/auth"]
|
||||
urls = ["/api/authenticate"]
|
||||
|
||||
def __init__(self, authentication_service: AuthenticationService):
|
||||
self._authentication_service = authentication_service
|
||||
|
|
Loading…
Reference in New Issue