mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
share routes refactoring
This commit is contained in:
@@ -138,7 +138,7 @@ class VisitorAccessToItemsTest extends TestCase
|
||||
]);
|
||||
|
||||
// Get share record
|
||||
$this->get("/api/browse/file/$share->token")
|
||||
$this->get("/api/sharing/file/$share->token")
|
||||
->assertStatus(403);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user