Skip to content

Commit

Permalink
Update UploadController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wiklog authored Feb 7, 2020
1 parent 5cc82ec commit f86d9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/UploadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public function upload()
}
}

return $response;
return json_encode($response);
}
}

0 comments on commit f86d9d7

Please sign in to comment.