Files
webapp-conversation/service/vercel.json
2023-06-10 14:04:40 +08:00

18 lines
264 B
JSON

{
"headers": [
{
"source": "/api/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "no-store, max-age=0"
},
{
"key": "Pragma",
"value": "no-cache"
}
]
}
]
}