Compare commits
2 Commits
10a3408ff6
...
230191f181
| Author | SHA1 | Date | |
|---|---|---|---|
| 230191f181 | |||
| 0f1f775605 |
@@ -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)} ║
|
||||||
|
|||||||
Reference in New Issue
Block a user