add invalidate launcher cache on refresh

This commit is contained in:
miloschwartz
2026-07-03 10:30:41 -04:00
parent 811119a9a6
commit 9edb86fd73
4 changed files with 78 additions and 1 deletions
+6
View File
@@ -500,6 +500,12 @@ authenticated.get(
launcher.listLauncherViews
);
authenticated.post(
"/org/:orgId/launcher/invalidate-cache",
verifyOrgAccess,
launcher.invalidateLauncherCache
);
authenticated.post(
"/org/:orgId/launcher/views",
verifyOrgAccess,