Skip to content

Commit

Permalink
Zup josh 11 3 amethyst wolverine (#56)
Browse files Browse the repository at this point in the history
* fixed routes

* fixes (that I lost before)

* added accept to caching headers
  • Loading branch information
joshtwist authored Nov 3, 2024
1 parent 1fc2441 commit a8afe22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"export": "CachingInboundPolicy",
"module": "$import(@zuplo/runtime)",
"options": {
"expirationSecondsTtl": 60
"expirationSecondsTtl": 60,
"headers": [
"accept"
]
}
},
"name": "caching-inbound",
Expand Down

0 comments on commit a8afe22

Please sign in to comment.