mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
🐜 fix(api): Fix double CORS issue
This commit is contained in:
@@ -18,7 +18,6 @@ patchLogger();
|
||||
export const app = new Hono();
|
||||
app
|
||||
.use(logger())
|
||||
.use(cors())
|
||||
.use(async (c, next) => {
|
||||
c.header("Cache-Control", "no-store");
|
||||
return next();
|
||||
|
||||
Reference in New Issue
Block a user