controller refactoring part 24

This commit is contained in:
Peter Papp
2021-07-21 18:14:23 +02:00
parent 91cb795054
commit 54f1f4c9a8
18 changed files with 136 additions and 138 deletions

View File

@@ -45,7 +45,7 @@ class VisitorZipFilesController extends Controller
// Get file
return response([
'url' => url("/zip/{$zip->id}/public/{$shared->token}"),
'url' => url("/zip/{$zip->id}/public/{$shared->token}"),
'name' => $zip->basename,
], 201);
}