Update server.ts

This commit is contained in:
Yusuf Yilmaz 2022-05-27 16:32:33 +02:00
parent 57488eda62
commit 66d547ddb9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import * as winston from 'winston'
import App from './app'
const { server, config } = new App()
server.listen(config.port, config.host, () => {