vpn integration

This commit is contained in:
2026-04-11 22:07:59 +02:00
parent c4d27e9842
commit 00ac38d126
47 changed files with 945 additions and 749 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from django.urls import path
from .views import UserLoginView, RegisterView
from .views import RegisterView, UserLoginView
app_name = "user"
urlpatterns = [