michael 4 年之前
父節點
當前提交
9dad183347
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/index.ts

+ 1
- 1
src/index.ts 查看文件

@@ -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…
取消
儲存