feat: replace cipher

This commit is contained in:
Nevo David 2025-10-17 01:02:33 +07:00
parent c1bab07fb5
commit 384ec56680
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();
}