michael hace 4 años
padre
commit
9dad183347
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/index.ts

+ 1
- 1
src/index.ts Ver fichero

@@ -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',


Cargando…
Cancelar
Guardar