Features: 1) Rename URL path from vibes_auth to authv for consistency;

Fixes: None;

Extra: None;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-11-10 11:12:30 +03:00
parent 3a0224cbc8
commit 4f885f45a8

View file

@ -75,7 +75,7 @@ urlpatterns = [
include("engine.core.urls", namespace="core"),
),
path(
r"vibes_auth/",
r"authv/",
include("engine.vibes_auth.urls", namespace="vibes_auth"),
),
path(