mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-25 01:16:39 +08:00
17 lines
263 B
JSON
17 lines
263 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/api/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-store, max-age=0"
|
|
},
|
|
{
|
|
"key": "Pragma",
|
|
"value": "no-cache"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |