From 26aaf65b94d8ee4921372fea6cce175ef3023032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=A9rre=20Reimertz?= Date: Mon, 2 Jan 2017 12:24:35 +0100 Subject: [PATCH] fix config bug --- config/production/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/production/index.json b/config/production/index.json index 236850f..d6b7c55 100644 --- a/config/production/index.json +++ b/config/production/index.json @@ -1,5 +1,5 @@ { "host": "hook.io", "port": 443, - "protocol": "https://", -} \ No newline at end of file + "protocol": "https://" +}