diff --git a/packages/worker/src/api/routes/index.ts b/packages/worker/src/api/routes/index.ts index 6f0bbc7cca..4131f14c74 100644 --- a/packages/worker/src/api/routes/index.ts +++ b/packages/worker/src/api/routes/index.ts @@ -36,5 +36,5 @@ export const routes: Router[] = [ accountRoutes, restoreRoutes, eventRoutes, - ...pro.scimRoutes, + pro.scim, ]