Skip to content

Commit 924fb09

Browse files
authored
Merge pull request #83 from the-hideout/query-cache-kv
Query cache kv
2 parents 2356dc5 + 43effdd commit 924fb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ webpack_config = "webpack.config.js"
88
routes = ["api.tarkov.dev/graphql", "api.tarkov.dev/graphql*", "api.tarkov.dev/___graphql", "api.tarkov.dev/webhook*"]
99
kv-namespaces = [
1010
{ binding = "DATA_CACHE", id = "2e6feba88a9e4097b6d2209191ed4ae5", preview_id = "17fd725f04984e408d4a70b37c817171" },
11-
{ binding = "QUERY_CACHE", id = "7ae67967cff24ceaa31ca58c5a6da798", preview_id = "cf717460f7eb40299a0f8f844d157051" }
11+
{ binding = "QUERY_CACHE", id = "cf717460f7eb40299a0f8f844d157051", preview_id = "cf717460f7eb40299a0f8f844d157051" }
1212
]
1313
vars = { ENVIRONMENT = "production" }
1414

0 commit comments

Comments
 (0)