Skip to content

Commit 77f555c

Browse files
authored
Merge pull request #878 from wiklog/patch-2
Update UploadController.php
2 parents 6546626 + f86d9d7 commit 77f555c

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)