mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
share routes refactoring
This commit is contained in:
@@ -113,7 +113,7 @@ class TrafficTest extends TestCase
|
||||
]);
|
||||
|
||||
// Check public shared item
|
||||
$this->postJson("/api/editor/upload/chunks/$share->token", [
|
||||
$this->postJson("/api/sharing/upload/chunks/$share->token", [
|
||||
'name' => $this->file->name,
|
||||
'chunk' => $this->file,
|
||||
'parent_id' => $folder->id,
|
||||
|
||||
Reference in New Issue
Block a user