michael 4 anni fa
parent
commit
9dad183347
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/index.ts

+ 1
- 1
src/index.ts Vedi File

@@ -95,7 +95,7 @@ let log;
ctx.response.setHeader('Access-Control-Allow-Credentials', 'true');
ctx.response.setHeader(
'Access-Control-Allow-Headers',
'Authorization, Depth, Content-Type',
'Authorization, Depth, Content-Type, Cache-Control',
);
ctx.response.setHeader(
'Access-Control-Allow-Methods',


Loading…
Annulla
Salva