Skip to content

Commit

Permalink
0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LaFr4nc3 committed Oct 31, 2019
1 parent 3e57caa commit 78cff5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ createConnection({

app.use('/api', router)

app.listen(4000, () =>
console.log('koibito2019 backend listening on port 4000!')
app.listen(env.PORT, () =>
console.log(`koibito2019 backend listening on port ${env.PORT}!`)
)
})
.catch(error => console.log(error))

0 comments on commit 78cff5b

Please # to comment.