From b349f810a08c5fd6aeec0d54ba95666438aca806 Mon Sep 17 00:00:00 2001 From: shubhamqweasd Date: Fri, 22 Sep 2017 18:09:40 +0530 Subject: [PATCH] change to api --- public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.js b/public/app.js index e15ea28..a7d7596 100644 --- a/public/app.js +++ b/public/app.js @@ -17,7 +17,7 @@ if(__isDevelopment){ loginURL="http://localhost:1440/accounts"; thisURL="http://localhost:1446"; }else{ - serverURL="https://cloudboost.io/engine/"; + serverURL="https://cloudboost.io/api/"; dashboardURL = "https://cloudboost.io/dashboard/"; signUpURL="https://cloudboost.io/accounts/signup"; loginURL="https://cloudboost.io/accounts/";