From b2abb20da730325c168994e73ab53b20f9427225 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Thu, 27 Nov 2025 00:21:00 +0700 Subject: [PATCH] test: debug farcaster --- 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(); }