diff --git a/src/util.js b/src/util.js index 445ef4a..3582371 100644 --- a/src/util.js +++ b/src/util.js @@ -25,7 +25,7 @@ export const ApiPaths = { log: '/developer/log', experience: { bootstrap(id) { - return `/organizations/${id}/bootstrap` + return `/forte/bootstrap/${id}` } }, organizations: {