major fixes
This commit is contained in:
@@ -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*',
|
||||
},
|
||||
];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user