remove org from get client route

This commit is contained in:
miloschwartz
2025-08-18 12:06:01 -07:00
parent 48963f24df
commit d207318494
4 changed files with 12 additions and 13 deletions

View File

@@ -526,9 +526,9 @@ authenticated.get(
);
authenticated.get(
"/org/:orgId/client/:clientId",
"/client/:clientId",
verifyClientsEnabled,
verifyApiKeyOrgAccess,
verifyApiKeyClientAccess,
verifyApiKeyHasAction(ActionsEnum.getClient),
client.getClient
);