mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 15:17:22 +02:00
Restore discordWebhooks plugin configuration - plugin installer handles installation
This commit is contained in:
@@ -130,7 +130,7 @@ DATABASES = {
|
||||
'USER': 'cyberpanel',
|
||||
'PASSWORD': '1XTy1XOV0BZPnM',
|
||||
'HOST': 'localhost',
|
||||
'PORT': ''
|
||||
'PORT':''
|
||||
},
|
||||
'rootdb': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
|
||||
@@ -45,8 +45,8 @@ urlpatterns = [
|
||||
path('emailPremium/', include('emailPremium.urls')),
|
||||
path('manageservices/', include('manageServices.urls')),
|
||||
path('plugins/testPlugin/', include('testPlugin.urls')),
|
||||
# path('plugins/discordWebhooks/',include('discordWebhooks.urls')), # Module not available in v2.5.5-dev
|
||||
path('plugins/', include('pluginHolder.urls')),
|
||||
path('plugins/discordWebhooks/', include('discordWebhooks.urls')),
|
||||
path('plugins/', include('pluginHolder.urls')),
|
||||
path('emailMarketing/', include('emailMarketing.urls')),
|
||||
path('cloudAPI/', include('cloudAPI.urls')),
|
||||
path('docker/', include('dockerManager.urls')),
|
||||
|
||||
Reference in New Issue
Block a user