fix(erp): enable erp pages and menu items

This commit is contained in:
Erik Silva
2025-12-29 17:23:59 -03:00
parent e124a64a5d
commit adbff9bb1e
13990 changed files with 1110936 additions and 59 deletions

View File

@@ -19,6 +19,7 @@ export async function GET(
}
const response = await fetch(`${API_URL}/api/crm/customers/${id}`, {
cache: 'no-store',
headers: {
'Authorization': token,
'X-Tenant-Subdomain': subdomain,

View File

@@ -10,6 +10,7 @@ export async function GET(request: NextRequest) {
console.log('[API Route] GET /api/crm/customers - subdomain:', subdomain);
const response = await fetch(`${API_URL}/api/crm/customers`, {
cache: 'no-store',
headers: {
'Authorization': token,
'X-Tenant-Subdomain': subdomain,