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

Commit 723cb34

Browse files
committed
update endpoint for logBookEvent
1 parent 22e323c commit 723cb34

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
@@ -77,7 +77,7 @@ export default class RunestoneBase {
7777
eventInfo.percent = this.percent;
7878
}
7979
if (eBookConfig.useRunestoneServices && eBookConfig.logLevel > 0) {
80-
let request = new Request(eBookConfig.ajaxURL + "hsblog", {
80+
let request = new Request("/logger/bookevent", {
8181
method: "POST",
8282
headers: this.jsonHeaders,
8383
body: JSON.stringify(eventInfo),

0 commit comments

Comments
 (0)