add url and view handler for sysconfig apply, <TESTED - WORKS>

This commit is contained in:
infidel
2022-12-01 13:05:43 +07:00
parent 17d10fb339
commit caaedfa003
7 changed files with 32 additions and 4 deletions

View File

@@ -27,5 +27,6 @@ urlpatterns = [
path('api2/wgLogs', views.wgViewLogs),
path('api2/wgClients', views.wgViewClients),
path('api2/wgEditState', views.get_EditState),
path('api2/wgSysApply', views.get_ApplyConfig),
path('api2/wgEditClient', views.get_EditClient)
]