Skip to content

Commit

Permalink
feat: logging origins
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Sep 8, 2024
1 parent ec7c944 commit 9a41f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network/socket/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const socketConnection = (d: Debugger) => ({
})

d(`Socket server started on port: ${PORT}.`)
d(`Origins allowed: ${ORIGIN}`)
}

return global.__io__
Expand Down

0 comments on commit 9a41f4d

Please sign in to comment.