Add button to rebuid cache

This commit is contained in:
Owen
2026-05-20 12:08:20 -07:00
parent 72ef0ae020
commit 2704202ba9
4 changed files with 127 additions and 1 deletions

View File

@@ -782,3 +782,9 @@ authenticated.get(
verifyClientAccess,
client.verifyClientAssociationsCache
);
authenticated.post(
"/client/:clientId/rebuild-associations-cache",
verifyClientAccess,
client.rebuildClientAssociationsCacheRoute
);