Skip to content

Commit f86d9d7

Browse files
authored
Update UploadController.php
1 parent 5cc82ec commit f86d9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/UploadController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ public function upload()
5353
}
5454
}
5555

56-
return $response;
56+
return json_encode($response);
5757
}
5858
}

0 commit comments

Comments
 (0)