Use logical move route name
This commit is contained in:
parent
d06f83a0cd
commit
1512c73bb5
|
@ -51,7 +51,7 @@ class ActionsClass {
|
||||||
'X-Access-Server': '{{ $server->uuid }}'
|
'X-Access-Server': '{{ $server->uuid }}'
|
||||||
},
|
},
|
||||||
contentType: 'application/json; charset=utf-8',
|
contentType: 'application/json; charset=utf-8',
|
||||||
url: '{{ $node->scheme }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/server/file/rename',
|
url: '{{ $node->scheme }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/server/file/move',
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
from: `${currentPath}${currentName}`,
|
from: `${currentPath}${currentName}`,
|
||||||
|
|
Loading…
Reference in New Issue