add backend API maintenance screen

This commit is contained in:
Owen
2025-12-20 15:42:33 -05:00
committed by Owen Schwartz
parent 8af95ea1ca
commit b8ffc601d4
4 changed files with 145 additions and 32 deletions

View File

@@ -30,3 +30,4 @@ export * from "./removeRoleFromResource";
export * from "./addUserToResource";
export * from "./removeUserFromResource";
export * from "./listAllResourceNames";
export * from "./getMaintenanceInfo";