Skip to content

Commit 72e7ba4

Browse files
committed
Update port
1 parent 98a0e64 commit 72e7ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ app.use((err, req, res, next) => {
565565

566566
// starts server on PORT
567567
if (!isTest) {
568-
httpServer.listen(5656, () =>
569-
console.log(`Server listening on port: ${DEV_PORT}`)
568+
httpServer.listen(PORT, () =>
569+
console.log(`Server listening on port: ${PORT}`)
570570
);
571571
}
572572

0 commit comments

Comments
 (0)