Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 75a3dfc

Browse files
committed
update endpoint for logBookEvent
1 parent 79373e8 commit 75a3dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/common/js/runestonebase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default class RunestoneBase {
8989
eventInfo.percent = this.percent;
9090
}
9191
if (eBookConfig.useRunestoneServices && eBookConfig.logLevel > 0) {
92-
let request = new Request(eBookConfig.ajaxURL + "hsblog", {
92+
let request = new Request("/logger/bookevent", {
9393
method: "POST",
9494
headers: this.jsonHeaders,
9595
body: JSON.stringify(eventInfo),

0 commit comments

Comments
 (0)