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

Commit 20355b5

Browse files
committed
use new url for runlog
1 parent dc8fd33 commit 20355b5

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
@@ -118,7 +118,7 @@ export default class RunestoneBase {
118118
eventInfo.save_code = "True";
119119
}
120120
if (eBookConfig.useRunestoneServices && eBookConfig.logLevel > 0) {
121-
let request = new Request(eBookConfig.ajaxURL + "runlog.json", {
121+
let request = new Request("/logger/runlog", {
122122
method: "POST",
123123
headers: this.jsonHeaders,
124124
body: JSON.stringify(eventInfo),

0 commit comments

Comments
 (0)