This commit is contained in:
MarkLo 2025-11-21 12:54:11 +08:00
parent d228db5f78
commit 2b9d8f1880
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const nextConfig = {
async rewrites() {
// Use BACKEND_URL env var, or fallback to public Railway URL
// In Railway, services cannot use simple hostnames to communicate
const backendUrl = process.env.BACKEND_URL || "https://tradingagents-backend.up.railway.app";
const backendUrl = process.env.BACKEND_URL || "https://tradinaagents-backend.up.railway.app";
return [
{