diff --git a/front/dashboard.js b/front/dashboard.js index 57eb3c7..6db14c3 100644 --- a/front/dashboard.js +++ b/front/dashboard.js @@ -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)