diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java index f29d56e980..048c9583f8 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java @@ -636,7 +636,7 @@ public class PluginServiceCEImpl extends BaseService getAllPlugins(String workspaceId) { + public Flux getAllPlugins(String workspaceId) { // TODO : Think about the various scenarios where this plugin api is called and then decide on permissions. Mono workspaceMono = workspaceService.getById(workspaceId);