feature(cloudcmd) IO.mv -> IO.move

This commit is contained in:
coderaiser 2020-08-14 15:58:35 +03:00
parent b081dc8b18
commit 13307f3861
11 changed files with 65 additions and 15 deletions

View file

@ -191,7 +191,7 @@ function onPUT({name, config, body}, callback) {
const rootDir = config('root');
switch(cmd) {
case 'mv': {
case 'move': {
const {
from,
to,