diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 87db554..5b863a3 100755 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -79,7 +79,7 @@ const nextConfig: NextConfig = { return [ { source: '/api/:path*', - destination: 'http://backend:8000/:path*', + destination: 'http://backend:8000/api/:path*', }, ]; },