socket fixed
This commit is contained in:
parent
a444afc0b5
commit
a4b905875a
@ -13,7 +13,8 @@ import * as io from "socket.io-client";
|
||||
providedIn: "root"
|
||||
})
|
||||
export class ChartService {
|
||||
private server = environment.domain;
|
||||
//private server = environment.domain;
|
||||
private server = 'http://localhost:4001';
|
||||
private socket;
|
||||
|
||||
constructor(public http: HttpClient) {
|
||||
|
Loading…
Reference in New Issue
Block a user