Get basic file upload functionality working

This commit is contained in:
Matthew Penner 2020-07-12 16:42:32 -06:00
parent 3ebb6eadbf
commit 1d2acbd5b4
6 changed files with 152 additions and 9 deletions

View file

@ -82,7 +82,7 @@ class DownloadBackupController extends ClientApiController
throw new BadRequestHttpException;
}
return JsonResponse::create([
return new JsonResponse([
'object' => 'signed_url',
'attributes' => [
'url' => $url,