Skip to content

Commit

Permalink
fix console print
Browse files Browse the repository at this point in the history
  • Loading branch information
linhtran174 committed Dec 4, 2023
1 parent dbcd357 commit d0e6571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ server.listen({
port: JAN_API_PORT,
host: JAN_API_HOST
}).then(() => {
console.log(`JAN API listening at: http://0.0.0.0:${JAN_API_PORT}`);
console.log(`JAN API listening at: http://${JAN_API_HOST}:${JAN_API_PORT}`);
})

0 comments on commit d0e6571

Please sign in to comment.