wp manager cmplt

This commit is contained in:
Usman Nasir
2021-01-12 17:56:36 +05:00
parent 84a375e0dc
commit 5dd37847b4
6 changed files with 103 additions and 37 deletions

View File

@@ -97,6 +97,8 @@ def router(request):
return cm.ChangeState()
elif controller == 'saveWPSettings':
return cm.saveWPSettings()
elif controller == 'WPScan':
return cm.WPScan()
elif controller == 'getCurrentS3Backups':
return cm.getCurrentS3Backups()
elif controller == 'deleteS3Backup':