![gpt-engineer-app[bot]](/assets/img/avatar_default.png)
The prompt indicated a connection issue needed to be addressed. This commit addresses that issue.
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
|
|
export const corsHeaders = {
|
|
'Access-Control-Allow-Origin': '*',
|
|
'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type',
|
|
}
|