Moved dashboard backend url

master
Keith Irwin 2022-09-12 14:17:09 -06:00
parent 9bfd1df653
commit 7dd01ffb97
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const API_URL = 'http://ksn.gf4:8080'
const API_URL = 'https://wgapi-test-dashboard-backend.ksn.gf4'
function Peer(data) {
this.name = ko.observable(data.name)