mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
file request url removed from http response
This commit is contained in:
@@ -17,7 +17,6 @@ class UploadRequestResource extends JsonResource
|
||||
'status' => $this->status,
|
||||
'email' => $this->email,
|
||||
'notes' => $this->notes,
|
||||
'url' => url("/request/$this->id/upload"),
|
||||
],
|
||||
'relationships' => [
|
||||
$this->mergeWhen($this->folder, fn () => [
|
||||
|
||||
Reference in New Issue
Block a user