[add] network.svg

This commit is contained in:
Andy Bunce 2024-04-26 22:45:32 +01:00
parent 09badf58c5
commit 1c6a51a58c
4 changed files with 742 additions and 2 deletions

View file

@ -19,7 +19,7 @@ var app = new Vue({
fetch("links.json")
.then(response => response.json())
.then(data => (this.links = data));
fetch("http://192.168.1.5:2015/config/")
fetch(":2015/config/")
.then(response => response.json())
.then(data => (this.caddy = data));
}