diff --git a/apps/frontend/next.config.ts b/apps/frontend/next.config.ts index 9307618..0abc8af 100644 --- a/apps/frontend/next.config.ts +++ b/apps/frontend/next.config.ts @@ -10,7 +10,7 @@ const nextConfig: NextConfig = { return [ { source: '/api/:path*', - destination: 'http://localhost:3001/:path*', + destination: 'http://localhost:3001/api/:path*', } ] },