From 876186318cd051155d5444f55cccc4043c31dc1a Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 15 Sep 2017 15:27:27 -0500 Subject: [PATCH] fix base url --- app/components/Meshify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Meshify.js b/app/components/Meshify.js index 697834b..b464755 100644 --- a/app/components/Meshify.js +++ b/app/components/Meshify.js @@ -12,5 +12,5 @@ export const auth = { } // export const baseURL = "https://henrypump.meshify.com/api/v3/"; -export const baseURL = "http://localhost:3000/" -// export const baseURL = "http://api.henrypump.cloud:3000/" +// export const baseURL = "http://localhost:3000/" +export const baseURL = "http://api.henrypump.cloud/"