ChatUIPro / service /vercel.json
dorkai's picture
Add app files
a9df3bb
raw
history blame
263 Bytes
{
"headers": [
{
"source": "/api/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "no-store, max-age=0"
},
{
"key": "Pragma",
"value": "no-cache"
}
]
}
]
}