mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Get basic file upload functionality working
This commit is contained in:
@@ -82,7 +82,7 @@ class DownloadBackupController extends ClientApiController
|
||||
throw new BadRequestHttpException;
|
||||
}
|
||||
|
||||
return JsonResponse::create([
|
||||
return new JsonResponse([
|
||||
'object' => 'signed_url',
|
||||
'attributes' => [
|
||||
'url' => $url,
|
||||
|
||||
Reference in New Issue
Block a user