|
|
|
@ -101,11 +101,11 @@ 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)} ║ |
|
|
|
║ Health: http://localhost:${PORT}/health ║
|
|
|
|
║ Health: http://localhost:${PORT}/health ║
|
|
|
|
╚════════════════════════════════════════════════════════╝ |
|
|
|
╚════════════════════════════════════════════════════════╝ |
|
|
|
`);
|
|
|
|
`);
|
|
|
|
}); |
|
|
|
}); |
|
|
|
|