Skip to content

Commit d5d4763

Browse files
committed
- Serve content in the dev router so encodings and all that are handled by the browser
1 parent 313b3e4 commit d5d4763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
header($header->toString());
1515
}
1616

17-
echo $response->getBody();
17+
echo $response->getContent();

0 commit comments

Comments
 (0)