Skip to content

Commit

Permalink
fix: update xp bootstrap url
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandiest committed Mar 9, 2016
1 parent 7c853a4 commit 0a36e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ApiPaths = {
log: '/developer/log',
experience: {
bootstrap(id) {
return `/organizations/${id}/bootstrap`
return `/forte/bootstrap/${id}`
}
},
organizations: {
Expand Down

0 comments on commit 0a36e33

Please sign in to comment.