Skip to content

Commit 87c9440

Browse files
leorossigithub-actions[bot]
authored andcommitted
[automated commit] Bump docs to versions 2.18.0, 1.53.4
1 parent cbf840c commit 87c9440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/http-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To enable HTTP caching, let's set the `httpCache` property to `true` in the root
3030

3131
```json
3232
{
33-
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.9.0.json",
33+
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.19.0.json",
3434
"entrypoint": "main",
3535
"watch": true,
3636
"autoload": {
@@ -167,7 +167,7 @@ Let's set the `X-Cache-Tags` header in the root `platformatic.json` file.
167167

168168
```json
169169
{
170-
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.9.0.json",
170+
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.19.0.json",
171171
"entrypoint": "main",
172172
"watch": true,
173173
"autoload": {

0 commit comments

Comments
 (0)