From 7d5bcded094f1759948967afc0176df54459b432 Mon Sep 17 00:00:00 2001 From: whatever127 <46111995+whatever127@users.noreply.github.com> Date: Sat, 14 Sep 2019 18:49:41 +0200 Subject: [PATCH] Append newline at the end of responses --- shared/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/main.php b/shared/main.php index 3e989e3..367201c 100644 --- a/shared/main.php +++ b/shared/main.php @@ -1,5 +1,5 @@ $webApiVersion, ]; - echo json_encode($response); + echo json_encode($response)."\n"; }