[MVPTN-80] deploy(Docker): Ajuste de API de requisição

This commit is contained in:
Keven Willian Pereira de Souza 2025-09-29 12:59:52 -03:00
parent dd028fd38e
commit 449340c7b4

View file

@ -1,10 +1,7 @@
module.exports = {
async rewrites() {
return [
{
source: '/api/:path*',
destination: 'http://api_saas_api_homologacao:8000/:path*', // backend interno
},
];
},
};
// next.config.js
const nextConfig = {
reactStrictMode: true,
// outras configs
}
export default nextConfig