From c8ddf04cddbe0ea9429efe07bc2f57cb0d9cf0b2 Mon Sep 17 00:00:00 2001 From: DanielMowitz <53856770+DanielMowitz@users.noreply.github.com> Date: Fri, 6 Sep 2019 12:30:29 +0200 Subject: [PATCH] Update config.json Removed ngrok domain used for testing --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 7ade5ab..dd32768 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "DOMAIN" : "767b16bb.ngrok.io", + "DOMAIN" : "", "PORT" : 3000 -} \ No newline at end of file +}