Skip to content

Commit

Permalink
use port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
so298 committed Dec 3, 2022
1 parent cf3b25e commit 570ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setInterval(() => {
updateDeviceStatus();
}, updateDeviceInterval);

const server = app.listen(4000, () => {
const server = app.listen(3000, () => {
const addr = server.address();
console.info(`Server listening on ${addr.address}:${addr.port}`);
});
Expand Down

0 comments on commit 570ec46

Please sign in to comment.