From 828ccd2e247380f7ecdc0627cc7d8af485ce6d25 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Mon, 9 Oct 2023 07:29:07 +0100 Subject: [PATCH] kebab case --- backend/api/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ),