We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc82ec commit f86d9d7Copy full SHA for f86d9d7
src/Controllers/UploadController.php
@@ -53,6 +53,6 @@ public function upload()
53
}
54
55
56
- return $response;
+ return json_encode($response);
57
58
0 commit comments