mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-14 11:32:07 +01:00
- Updated pluginHolder/urls.py to use path() instead of url() - Added new API routes for plugin installation, uninstallation, enable, and disable - Compatible with Django 4.x (url() was removed in Django 4.0) Ref: PR 1644