mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-12-20 23:39:42 +01:00
Example Plugin
This commit is contained in:
7
examplePlugin/urls.py
Normal file
7
examplePlugin/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.conf.urls import url
|
||||
import views
|
||||
|
||||
urlpatterns = [
|
||||
|
||||
url(r'^$', views.examplePlugin, name='examplePlugin'),
|
||||
]
|
||||
Reference in New Issue
Block a user