Compare commits

...

2 Commits

Author SHA1 Message Date
echo 230191f181 Merge remote-tracking branch 'origin/master' 1 month ago
echo 0f1f775605 feat: 添加.env.local配置 1 month ago
  1. 2
      scripts/proxy-server.js

2
scripts/proxy-server.js

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

Loading…
Cancel
Save