mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 16:53:19 +08:00
12 lines
331 B
JSON
12 lines
331 B
JSON
{
|
|
"paths": {
|
|
// Examples of common paths -- default is to not set a cache-control value (null).
|
|
// They can be set to cache with a lifetime e.g. "public, max-age=150"
|
|
"^/v2/info(.*)": null,
|
|
"^/v2/pox(.*)": null,
|
|
"^/v2/contracts/call-read(.*)": null,
|
|
"^/v2/map_entry(.*)": null,
|
|
"^/v2(.*)": null
|
|
}
|
|
}
|