2025-04-11 08:14:27 +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"
}
]
}
]
}