mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-29 14:56:21 -05:00
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
export const corsHeaders = {
|
|
"Access-Control-Allow-Origin": "*",
|
|
"Access-Control-Allow-Headers":
|
|
"authorization,x-client-info,apikey,content-type",
|
|
};
|