Skip to content

Commit

Permalink
Disabled JSON pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotd committed Apr 27, 2017
1 parent cd747d3 commit 704cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FrontendApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function handle(Request $request)
);
}
$response = new Response(
json_encode($result, JSON_PRETTY_PRINT|JSON_NUMERIC_CHECK),
json_encode($result, JSON_NUMERIC_CHECK),
Response::HTTP_OK,
['Content-Type', 'application/json']
);
Expand Down

0 comments on commit 704cb77

Please sign in to comment.