Skip to content

Commit

Permalink
Merge pull request #254 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 6563785 + 783c518 commit 0c7314e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion page-templates/user/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
</body>
<script>
var serverURL="https://cloudboost.io/engine/";
var serverURL="https://cloudboost.i/api/";
var __isDevelopment = false;
if(window.location.host.indexOf('localhost') > -1){
Expand Down
2 changes: 1 addition & 1 deletion page-templates/user/password-reset.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<script src="https://cloudboost.io/js-sdk/cloudboost.js"></script>

<script>
var serverURL="https://cloudboost.io/engine/";
var serverURL="https://cloudboost.i/api/";
var __isDevelopment = false;
if(window.location.host.indexOf('localhost') > -1){
Expand Down
2 changes: 1 addition & 1 deletion page-templates/user/signup-activate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<script src="https://cloudboost.io/js-sdk/cloudboost.js"></script>

<script>
var serverURL="https://cloudboost.io/engine/";
var serverURL="https://cloudboost.io/api/";
var __isDevelopment = false;
if(window.location.host.indexOf('localhost') > -1){
Expand Down

0 comments on commit 0c7314e

Please sign in to comment.