Skip to content

Commit 7aabe37

Browse files
authored
Update URL for daxwalker
1 parent 033f11a commit 7aabe37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/dax_walker/dax_walker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { Position } from '../model/Position.js';
44

5-
const API_URL = "https://osrs-map.herokuapp.com/getPath";
5+
const API_URL = "https://explv-map.siisiqf.workers.dev/";
66

77
const errorMessageMapping = {
88
"UNMAPPED_REGION": "Unmapped region",
@@ -44,4 +44,4 @@ export function getPath({start, end, onSuccess, onError}) {
4444
}
4545
}
4646
});
47-
}
47+
}

0 commit comments

Comments
 (0)