update file

This commit is contained in:
Maxime Cannoodt 2022-12-03 09:42:54 +01:00
parent bf22ce963d
commit 3fd77199fc
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ app.use(
);
app.listen(PORT);
console.log(`Reverse proxy listening at http://localhost:${5000}`);
console.log(`Reverse proxy listening at http://localhost:${PORT}`);