Skip to content

Commit

Permalink
Change default port
Browse files Browse the repository at this point in the history
  • Loading branch information
strayfade committed Apr 24, 2024
1 parent 36cfe06 commit 25d314b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { Log } = require('./Log')

const Server = http.createServer(App)

Server.listen(process.env.PORT || '8000')
Server.listen(process.env.PORT || '8080')

Server.on('listening', () => {
const Address = Server.address()
Expand Down

0 comments on commit 25d314b

Please sign in to comment.