Logo
Explore Help
Register Sign In
Nemcio/CyberPanel
1
0
Fork 0
You've already forked CyberPanel
mirror of https://github.com/usmannasir/cyberpanel.git synced 2026-02-22 14:36:48 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
211571a4dbdcf9a4e1d0edf6df46ebeaf1e24efc
CyberPanel/testPlugin/urls.py

9 lines
262 B
Python
Raw Normal View History

Add better plugin description + new example plugin Add better plugin description + new example plugin
2025-09-11 20:04:09 +02:00
from django.urls import path
from . import views
urlpatterns = [
Add plugin system enhancements and testPlugin - Enhanced plugin installer to properly extract and install plugins - Added security middleware exception for plugin webhook endpoints - Improved plugin listing with better error handling - Added testPlugin as example plugin for CyberPanel plugin system - Updated INSTALLED_APPS and URL routing for plugins Author: master3395
2026-01-04 21:04:51 +01:00
path('', views.test_plugin_view, name='testPlugin'),
path('info/', views.plugin_info_view, name='testPluginInfo'),
path('settings/', views.settings_view, name='testPluginSettings'),
Add better plugin description + new example plugin Add better plugin description + new example plugin
2025-09-11 20:04:09 +02:00
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 53ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API