feat: добавлена возможность поиска и декомпиляции rule-sets
Some checks failed
Build and Deploy Gateway / build-and-deploy (push) Failing after 2s

Refs: None
This commit is contained in:
2026-05-08 20:15:33 +03:00
parent b1c8eea976
commit 7d1f5f89ed
3 changed files with 519 additions and 62 deletions

View File

@@ -33,6 +33,11 @@ export const api = {
method: "PUT",
body: JSON.stringify({ ruleSets }),
}),
lookup: (tag, url) =>
request("/api/rule-sets/lookup", {
method: "POST",
body: JSON.stringify({ tag, url }),
}),
},
subscription: {