Skip to content

Commit fe48e03

Browse files
authored
Update index.html
1 parent 2a120ed commit fe48e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simulators/math-worksheet-builder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457

458458
async function callAPI(module, params) {
459459
try {
460-
const res = await fetch(`${API_BASE_URL}/api/math-worksheet`, {
460+
const res = await fetch(API_BASE_URL, {
461461
method: 'POST',
462462
headers: { 'Content-Type': 'application/json' },
463463
body: JSON.stringify({ simulator: 'math-worksheet', module, params })

0 commit comments

Comments
 (0)