fix(erp): enable erp pages and menu items
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user