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