Distinction between local and remote server; Refactor IP to HOST

This commit is contained in:
ziajka
2019-02-11 11:24:26 +01:00
parent 494b292238
commit 42d1f20d15
18 changed files with 76 additions and 37 deletions

View File

@ -87,7 +87,7 @@ describe('AddBlankProjectDialogComponent', () => {
}).compileComponents();
server = new Server();
server.ip = 'localhost';
server.host = 'localhost';
server.port = 80;
}));