feat(lst): added update settings into the entire app

This commit is contained in:
2025-03-05 12:09:51 -06:00
parent 6fb615a743
commit 5fcadb9fc8
14 changed files with 601 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ const AddSetting = z.object({
app.openapi(
createRoute({
tags: ["server"],
tags: ["server:settings"],
summary: "Add Setting",
method: "post",
path: "/settings",