mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-27 22:44:46 +02:00
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 }}'
|
||||
},
|
||||
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,
|
||||
data: JSON.stringify({
|
||||
from: `${currentPath}${currentName}`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user