Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 7aabe37

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)