Skip to content

Commit dad5457

Browse files
committed
chore: Modify console log
1 parent c99e3a4 commit dad5457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import getConf from './utils/getORMConf';
3939

4040
// start express server
4141
app.listen(3001);
42-
console.log('Express application is up and running on port 3000');
42+
console.log('Express application is up and running on port 3001');
4343
} catch (error) {
4444
console.log('TypeORM connection error: ', error);
4545
}

0 commit comments

Comments
 (0)