mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-12 17:02:08 +02:00
add invalidate launcher cache on refresh
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user