Skip to content

Commit f0687fe

Browse files
committed
i gotta learn english
1 parent 32f5344 commit f0687fe

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, Authorisation",
17+
"Access-Control-Allow-Headers": "Content-Type, Authorization",
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, Authorisation",
73+
"Access-Control-Allow-Headers": "Content-Type, Authorization",
7474
}
7575
});
7676
} catch (error) {

0 commit comments

Comments
 (0)