Features: 1) Rename URL path from vibes_auth to authv for consistency;
Fixes: None; Extra: None;
This commit is contained in:
parent
3a0224cbc8
commit
4f885f45a8
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ urlpatterns = [
|
||||||
include("engine.core.urls", namespace="core"),
|
include("engine.core.urls", namespace="core"),
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
r"vibes_auth/",
|
r"authv/",
|
||||||
include("engine.vibes_auth.urls", namespace="vibes_auth"),
|
include("engine.vibes_auth.urls", namespace="vibes_auth"),
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue