VPN_CGI创建
This commit is contained in:
7
command/urls.py
Normal file
7
command/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('',views.command,name='command'),
|
||||
]
|
||||
Reference in New Issue
Block a user