use default port 4200 for development (#322)

This commit is contained in:
Denys Vuika
2018-04-19 10:10:32 +01:00
committed by Cilibiu Bogdan
parent c4b03e2bb4
commit d586073705
5 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ exports.config = {
directConnect: true,
baseUrl: 'http://localhost:3000',
baseUrl: 'http://localhost:4200',
framework: 'jasmine2',
jasmineNodeOpts: {