show sites and labels for non admins

This commit is contained in:
miloschwartz
2026-07-01 12:17:36 -04:00
parent 75f481bc3d
commit 87e1a509ce
10 changed files with 583 additions and 16 deletions

View File

@@ -468,6 +468,18 @@ authenticated.get(
launcher.listLauncherResources
);
authenticated.get(
"/org/:orgId/launcher/sites",
verifyOrgAccess,
launcher.listLauncherSites
);
authenticated.get(
"/org/:orgId/launcher/labels",
verifyOrgAccess,
launcher.listLauncherLabels
);
authenticated.get(
"/org/:orgId/launcher/views",
verifyOrgAccess,