diff --git a/backend/api/urls.py b/backend/api/urls.py index ce64773..bc35688 100644 --- a/backend/api/urls.py +++ b/backend/api/urls.py @@ -12,7 +12,7 @@ include( [ path( - "auth_factors/", + "auth-factors/", AuthFactorsView.as_view(), name="session-auth-factors", ),