Compare commits

..

No commits in common. '230191f181d9da56a4d178553f337c0f34b83ed5' and '10a3408ff67e772a3ded9b0465e60a563646f59d' have entirely different histories.

  1. 2
      scripts/proxy-server.js

2
scripts/proxy-server.js

@ -101,7 +101,7 @@ app.get('/health', (req, res) => {
app.listen(PORT, () => { app.listen(PORT, () => {
console.log(` console.log(`
Proxy Server Running 🚀 Proxy Server Running
Local: http://localhost:${PORT} ║ Local: http://localhost:${PORT} ║
Target: ${API_TARGET.padEnd(40)} Target: ${API_TARGET.padEnd(40)}

Loading…
Cancel
Save