feat: добавлена возможность поиска и декомпиляции rule-sets
Some checks failed
Build and Deploy Gateway / build-and-deploy (push) Failing after 2s
Some checks failed
Build and Deploy Gateway / build-and-deploy (push) Failing after 2s
Refs: None
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user