Usman Nasir
2020-08-05 12:13:26 +05:00
parent 106dfa68aa
commit 9626b94d5d
5 changed files with 229 additions and 52 deletions

View File

@@ -120,6 +120,8 @@ def controller(request):
return fm.createNewFolder()
elif method == 'deleteFolderOrFile':
return fm.deleteFolderOrFile()
elif method == 'restore':
return fm.restore()
elif method == 'copy':
return fm.copy()
elif method == 'move':