From 14b831fc32e2ccc0e4ae67c5c76d56008758f68c Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Fri, 4 Oct 2019 13:42:30 -0400 Subject: [PATCH] Change config to regular value Signed-off-by: Marquis Kurt --- public/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.json b/public/config.json index faeb902..a5d5d0a 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,6 @@ { "version": "1.0.0beta7", - "location": "https://localhost:3000", + "location": "https://hyperspaceapp-next.herokuapp.com", "branding": { "name": "Hyperspace", "logo": "logo.svg",