Skip to content

Commit a218204

Browse files
committed
Allowlist the legacy endpoint for caching
1 parent 514964f commit a218204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/common/data.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ impl ApiData {
4444
.unwrap()
4545
.into(),
4646
cache_allowlist: HashSet::from([
47+
"/oneconfig/{version}-{loader}",
4748
"/v1/artifacts/oneconfig",
4849
"/v1/artifacts/{artifact:stage1|relaunch}"
4950
]),

0 commit comments

Comments
 (0)