michael 4 years ago
parent
commit
9dad183347
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/index.ts

+ 1
- 1
src/index.ts View 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…
Cancel
Save