push partial docs

This commit is contained in:
Domingo Dirutigliano
2025-03-05 10:02:15 +01:00
parent 22b90376b3
commit e31796b249
9 changed files with 239 additions and 1 deletions

View File

@@ -90,4 +90,4 @@ export const firewall = {
ruleset: async (data:RuleAddForm) => {
return await postapi("firewall/rules", data) as ServerResponseListed;
}
}
}