1
0
mirror of https://github.com/netnr/kms synced 2025-03-26 09:17:39 +00:00
kms/vercel.json
2021-01-23 08:47:15 +08:00

28 lines
603 B
JSON

{
"version": 2,
"functions": {
"api/sdocs.js": {
"includeFiles": "./**"
}
},
"routes": [
{
"src": "/(.*)",
"headers": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Headers": "Accept, Authorization, Cache-Control, Content-Type, DNT, If-Modified-Since, Keep-Alive, Origin, User-Agent, X-Requested-With, Token, x-access-token"
},
"continue": true
},
{
"src": "/(.*)",
"dest": "/api/sdocs.js",
"continue": true
}
]
}