Merge branch 'v2.3.2-dev' of https://github.com/usmannasir/cyberpanel into v2.3.2-dev

This commit is contained in:
Hassan Hashmi
2022-06-20 13:28:01 +05:00
8 changed files with 204 additions and 37 deletions

View File

@@ -39,6 +39,7 @@ urlpatterns = [
url(r'^StatusThemes', views.StatusThemes, name='StatusThemes'),
url(r'^CreateStagingNow', views.CreateStagingNow, name='CreateStagingNow'),
url(r'^fetchstaging', views.fetchstaging, name='fetchstaging'),
url(r'^fetchDatabase', views.fetchDatabase, name='fetchDatabase'),
url(r'^SaveUpdateConfig', views.SaveUpdateConfig, name='SaveUpdateConfig'),
url(r'^DeploytoProduction', views.DeploytoProduction, name='DeploytoProduction'),
url(r'^WPCreateBackup', views.WPCreateBackup, name='WPCreateBackup'),