diff --git a/web/next.config.ts b/web/next.config.ts index 959768f..2b8042b 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -5,7 +5,7 @@ const nextConfig: NextConfig = { return [ { source: '/api/:path*', - destination: 'http://127.0.0.1:9876/api/:path*', + destination: 'http://127.0.0.1:9876/:path*', }, ]; },