url have been changed from 0.0.0.0 to localhost

This commit is contained in:
sunny 2018-08-14 21:40:04 +09:00
parent 2d97eba43e
commit b9314df5d4

View File

@ -9,7 +9,7 @@ import * as url from 'url';
// });
const indexUrl = url.format({
pathname: path.join('//0.0.0.0:4200'),
pathname: path.join('//localhost:4200'),
protocol: 'http:',
slashes: true
});