fix: typo

This commit is contained in:
Abdelkader Boudih
2025-03-31 18:28:40 +00:00
parent da9dd09765
commit 80f5ab1136
4 changed files with 5 additions and 5 deletions

View File

@@ -182,7 +182,7 @@ app.get("/config", (req, res) => {
}
});
const PORT = process.env.PORT || 6727;
const PORT = process.env.PORT || 6277;
try {
const server = app.listen(PORT);