Skip to content

Commit

Permalink
Merge pull request #41 from CloudBoost/staging
Browse files Browse the repository at this point in the history
change to api
  • Loading branch information
shubhamqweasd authored Sep 22, 2017
2 parents 0a58ade + b349f81 commit c7fa22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down

0 comments on commit c7fa22c

Please sign in to comment.