Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
hctilg authored Sep 15, 2023
1 parent 8363218 commit 5b644db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion number-to-text.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ function number_to_text($number) {
}

http_response_code($response['error_code'] ?? 200);
echo json_encode($response);
echo json_encode($response, 448);

0 comments on commit 5b644db

Please sign in to comment.