mirror of
https://github.com/kirameki-cafe/Tenki.git
synced 2026-09-13 18:58:58 +00:00
🔧 chore: update deps
This commit is contained in:
+1
-2
@@ -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"]
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user