add reject endpoint

This commit is contained in:
miloschwartz
2026-07-12 17:48:48 -04:00
parent 933ca71c16
commit a8f3f71021
11 changed files with 309 additions and 41 deletions
+1
View File
@@ -4,6 +4,7 @@ export * from "./createSite";
export * from "./deleteSite";
export * from "./updateSite";
export * from "./approveSite";
export * from "./rejectSite";
export * from "./listSites";
export * from "./listSiteRoles";
export * from "./pickSiteDefaults";