major fixes

This commit is contained in:
Your Name
2026-05-14 16:58:06 +00:00
parent ad84c38641
commit 36e71ead7b
4 changed files with 20 additions and 123 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ const nextConfig = {
return [
{
source: '/api/:path*',
destination: 'http://localhost:3002/api/:path*',
destination: 'http://backend:3002/api/:path*',
},
{
source: '/webhooks/:path*',
destination: 'http://localhost:3002/webhooks/:path*',
destination: 'http://backend:3002/webhooks/:path*',
},
];
},