Merge branch 'master' into master_api_test개발
# Conflicts: # src/app/[locale]/(protected)/sales/pricing-management/page.tsx
This commit is contained in:
@@ -94,7 +94,7 @@ async function getApiHeaders(): Promise<HeadersInit> {
|
||||
'Accept': 'application/json',
|
||||
'Content-Type': 'application/json',
|
||||
'Authorization': token ? `Bearer ${token}` : '',
|
||||
'X-API-KEY': process.env.NEXT_PUBLIC_API_KEY || '',
|
||||
'X-API-KEY': process.env.API_KEY || '',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user