mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 11:56:45 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
2c5ca61b19
commit
71d0c59d69
6 changed files with 466 additions and 0 deletions
6
supabase/functions/_shared/cors.ts
Normal file
6
supabase/functions/_shared/cors.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const corsHeaders = {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
"Access-Control-Allow-Headers":
|
||||
"authorization, x-client-info, apikey, content-type",
|
||||
"Access-Control-Allow-Methods": "POST, GET, OPTIONS",
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue