From 95dedf7a2df5a0d0ab01725baaacb4f982dedcb2 Mon Sep 17 00:00:00 2001 From: Merlin Schumacher Date: Sun, 2 Dec 2018 18:12:46 +0100 Subject: [PATCH] =?UTF-8?q?=20Corrected=20datatype=20f=C3=BCr=20JSON=5FMIM?= =?UTF-8?q?ETYPE=20(#396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Change JSON MIME type to application/json * Corrected datatype für JSON_MIMETYPE (Fixes #390) --- src/AsyncJson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AsyncJson.h b/src/AsyncJson.h index 062cbbc..8412159 100644 --- a/src/AsyncJson.h +++ b/src/AsyncJson.h @@ -36,7 +36,7 @@ #define ASYNC_JSON_H_ #include -const char* JSON_MIMETYPE = "application/json"; +constexpr char* JSON_MIMETYPE = "application/json"; /* * Json Response