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}`);