Skip to content

Commit 32f5344

Browse files
committed
hfhghgf
1 parent c35f6cc commit 32f5344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supabase/functions/inituser/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Deno.serve(async (req) => {
1414
"Content-Type": "application/json",
1515
"Access-Control-Allow-Origin": "https://compnus.github.io",
1616
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
17-
"Access-Control-Allow-Headers": "Content-Type",
17+
"Access-Control-Allow-Headers": "Content-Type, Authorisation",
1818
}
1919
})
2020
}
@@ -70,7 +70,7 @@ Deno.serve(async (req) => {
7070
"Content-Type": "application/json",
7171
"Access-Control-Allow-Origin": "https://compnus.github.io",
7272
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
73-
"Access-Control-Allow-Headers": "Content-Type",
73+
"Access-Control-Allow-Headers": "Content-Type, Authorisation",
7474
}
7575
});
7676
} catch (error) {

0 commit comments

Comments
 (0)