Skip to content

Commit

Permalink
Move banditMl.js to point to app. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
econti authored Nov 2, 2020
1 parent a24b030 commit 1416514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/banditMl.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ banditml.BanditAPI = function (apiKey, recClassByExperimentId = {}, config = {})
forceVariantSlug: null
},
sessionLengthHrs: 0.5,
banditHostUrl: "https://www.banditml.com/api/",
banditHostUrl: "https://app.banditml.com/api/",
getSessionId: null,
};
this.config = Object.assign(defaultConfig, config);
Expand Down
Loading

0 comments on commit 1416514

Please sign in to comment.