This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
vpzom
/
yggmap
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Use relative URL for graph.json
master
Colin Reeder
4 years ago
parent
e19f467445
commit
8b2d4218f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/index.ts
+ 1
- 1
src/index.ts
View File
@@ -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 = {};
Write
Preview
Loading…
Cancel
Save