Adds basic meshify relay nodejs server

This commit is contained in:
Patrick McDonagh
2017-08-16 19:28:35 -05:00
parent f56e48fc94
commit 013236154f
6 changed files with 22894 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ export const auth = {
token: authToken
}
export const baseURL = "https://henrypump.meshify.com/api/v3/";
// export const baseURL = "https://henrypump.meshify.com/api/v3/";
export const baseURL = "http://localhost:3000/"