mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
web terminal
This commit is contained in:
6
WebTerminal/urls.py
Executable file
6
WebTerminal/urls.py
Executable file
@@ -0,0 +1,6 @@
|
||||
from django.conf.urls import url
|
||||
import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', views.terminal, name='terminal'),
|
||||
]
|
||||
Reference in New Issue
Block a user