MoeFurina 7ece12c131 Revert "feat: 尝试支持edgeone"
This reverts commit 99f1639f83c4d7ca845baca3814377d11c77c214.
2025-08-24 23:10:16 +08:00

15 lines
465 B
JSON

{
"functions": [
{
"path": "/(.*)",
"method": ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
"handler": "index.js",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Headers": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
}
}
]
}