1 files changed, 1 insertions(+), 1 deletions(-)
M src/index.ts
M src/index.ts => src/index.ts +1 -1
@@ 69,7 69,7 @@ function drawNetwork() {
nodes.forEach(drawNode);
}
-fetch("http://map.y.tau.rocks/graph.json")
+fetch("/graph.json")
.then(res => res.json())
.then(data => {
const nodeMap = {};