another minor changes

This commit is contained in:
Dawid Kubicki 2019-01-21 10:13:18 +01:00
parent dd0c6b4b70
commit df5aeeaaa9

View File

@ -10,8 +10,8 @@ export class StatusService {
// private url_pilkarzyki1 = // private url_pilkarzyki1 =
// "http://localhost:3000/chillroom-server?ip=192.168.8.107"; // "http://localhost:3000/chillroom-server?ip=192.168.8.107";
private url_db = "http://192.168.8.101:/all"; private url_db = "http://192.168.8.101:3000/all";
private status_url = "http://192.168.8.101:/status/"; private status_url = "http://192.168.8.101:3000/status/";
constructor(private http: HttpClient) {} constructor(private http: HttpClient) {}