url have been changed from 0.0.0.0 to localhost
This commit is contained in:
parent
2d97eba43e
commit
b9314df5d4
|
@ -9,7 +9,7 @@ import * as url from 'url';
|
||||||
// });
|
// });
|
||||||
|
|
||||||
const indexUrl = url.format({
|
const indexUrl = url.format({
|
||||||
pathname: path.join('//0.0.0.0:4200'),
|
pathname: path.join('//localhost:4200'),
|
||||||
protocol: 'http:',
|
protocol: 'http:',
|
||||||
slashes: true
|
slashes: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user