mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
add app_gateway management views and templates
This commit is contained in:
@@ -23,6 +23,7 @@ urlpatterns = [
|
||||
path('peer/', include('wireguard_peer.urls')),
|
||||
path('routing-templates/', include('routing_templates.urls')),
|
||||
path('gatekeeper/', include('gatekeeper.urls')),
|
||||
path('app_gateway/', include('app_gateway.urls')),
|
||||
path('scheduler/', include('scheduler.urls')),
|
||||
path('server/', include('wireguard.urls')),
|
||||
path('tools/', include('wireguard_tools.urls')),
|
||||
|
||||
Reference in New Issue
Block a user