From 384ec566805e260af160e3961165927b973c60ff Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 17 Oct 2025 01:02:33 +0700 Subject: [PATCH] feat: replace cipher --- apps/backend/src/api/routes/integrations.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/src/api/routes/integrations.controller.ts b/apps/backend/src/api/routes/integrations.controller.ts index c4b1ff50..b2aaf372 100644 --- a/apps/backend/src/api/routes/integrations.controller.ts +++ b/apps/backend/src/api/routes/integrations.controller.ts @@ -48,7 +48,7 @@ export class IntegrationsController { private _postService: PostsService ) {} @Get('/') - getIntegration() { + getIntegrations() { return this._integrationManager.getAllIntegrations(); }