Fix signout
This commit is contained in:
@@ -14,7 +14,7 @@ export const corsMiddleware: MiddlewareHandler = honoCors({
|
|||||||
return '';
|
return '';
|
||||||
},
|
},
|
||||||
allowMethods: ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS'],
|
allowMethods: ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS'],
|
||||||
allowHeaders: ['Content-Type', 'Authorization'],
|
allowHeaders: ['Content-Type', 'Authorization', 'Cache-Control'],
|
||||||
maxAge: 600,
|
maxAge: 600,
|
||||||
credentials: true,
|
credentials: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user