Island: Change /api/auth -> /api/authenticate

This commit is contained in:
Shreya Malviya 2022-08-01 18:59:11 +05:30
parent 30166880bb
commit 1635f3204a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Authenticate(AbstractResource):
"""
urls = ["/api/auth"]
urls = ["/api/authenticate"]
def __init__(self, authentication_service: AuthenticationService):
self._authentication_service = authentication_service