mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 03:36:16 +00:00
Add API v2 for managing WireGuard peers: create, update, and delete functionality
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views_api import api_v2_manage_peer
|
||||
|
||||
urlpatterns = [
|
||||
path('manage_peer/', api_v2_manage_peer, name='api_v2_manage_peer'),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user