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

Commit 1f0da5c

Browse files
Update URL to match new endpoint
1 parent 3448b6e commit 1f0da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/activecode/js/activecode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ Yet another is that there is an internal error. The internal error message is:
13101310

13111311
let code = this.editor.getValue();
13121312

1313-
fetch('/ns/books/python_check', {
1313+
fetch('/ns/coach/python_check', {
13141314
method: 'POST',
13151315
body: code
13161316
})

0 commit comments

Comments
 (0)