[add] network.svg
This commit is contained in:
parent
09badf58c5
commit
1c6a51a58c
4 changed files with 742 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue