diff --git a/web/next.config.ts b/web/next.config.ts index cbd7263..b4e292b 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -3,8 +3,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { reactStrictMode: true, async rewrites() { - // const backendUrl = process.env.BACKEND_URL || 'http://localhost:8090'; - const backendUrl = process.env.BACKEND_URL || 'http://172.233.208.210:8090'; + const backendUrl = process.env.BACKEND_URL || 'http://localhost:8090'; return [ { source: '/api/:path*',