Initial commit: abyssVpn project
- Tauri desktop app (apps/desktop) - Python Django API service (services/api) - Deployment scripts and docs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("connect-token", views.connect_token),
|
||||
path("disconnect-log", views.disconnect_log),
|
||||
path("register-node", views.register_node),
|
||||
path("status", views.status),
|
||||
path("revoke-device", views.revoke_device),
|
||||
]
|
||||
Reference in New Issue
Block a user