Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpmanDev committed Aug 18, 2024
1 parent 49be27f commit 1fcf18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ process.on('SIGTERM', () => shutdown('SIGTERM'));
process.on('SIGINT', () => shutdown('SIGINT'));

server.listen({
port: 8001,
port: 8000,
});

0 comments on commit 1fcf18a

Please sign in to comment.