upload file into request folder and get their thumbnails

This commit is contained in:
Čarodej
2022-02-19 12:32:19 +01:00
parent 5be55b52bd
commit 1107bf66af
25 changed files with 349 additions and 60 deletions

View File

@@ -46,7 +46,7 @@ class VisitorBrowseFolderController
->get();
// Set thumbnail links for public files
$files->map(fn ($file) => $file->setPublicUrl($shared->token));
$files->map(fn ($file) => $file->setSharedPublicUrl($shared->token));
return [
'folders' => new FolderCollection($folders),