test: debug farcaster

This commit is contained in:
Nevo David 2025-11-27 00:21:00 +07:00
parent 953e00119a
commit b2abb20da7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export class IntegrationsController {
private _postService: PostsService
) {}
@Get('/')
getIntegration() {
getIntegrations() {
return this._integrationManager.getAllIntegrations();
}