From 3fd77199fc59951d6897d2c4c9d60ebc1168e064 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sat, 3 Dec 2022 09:42:54 +0100 Subject: [PATCH] update file --- proxy.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.example.js b/proxy.example.js index 416a966..88cbc08 100644 --- a/proxy.example.js +++ b/proxy.example.js @@ -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}`);