🔧 chore: update deps

This commit is contained in:
2026-05-27 14:29:29 +07:00
parent bf694d828b
commit 01c25e8f19
3 changed files with 7 additions and 8 deletions
+1 -2
View File
@@ -3,9 +3,8 @@ import { cors } from "@elysiajs/cors";
const app = new Elysia()
.use(cors({
origin: true,
origin: "*",
methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
credentials: true,
allowedHeaders: ["Content-Type", "Authorization"]
}));