We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99e3a4 commit dad5457Copy full SHA for dad5457
src/app.ts
@@ -39,7 +39,7 @@ import getConf from './utils/getORMConf';
39
40
// start express server
41
app.listen(3001);
42
- console.log('Express application is up and running on port 3000');
+ console.log('Express application is up and running on port 3001');
43
} catch (error) {
44
console.log('TypeORM connection error: ', error);
45
}
0 commit comments