mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-28 09:20:43 +01:00
Initial commit for v2.4.3
This commit is contained in:
7
cloudAPI/urls.py
Normal file
7
cloudAPI/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import re_path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
re_path(r'^$', views.router, name='router'),
|
||||
re_path(r'^access$', views.access, name='access'),
|
||||
]
|
||||
Reference in New Issue
Block a user