рефакторинг взаимодействия с бд сервера. был индийский код при альтернативной базе на сервере компонент

This commit is contained in:
2025-03-21 01:21:54 +03:00
parent 78ee5bc428
commit 637e9c5c0f
17 changed files with 93 additions and 139 deletions

View File

@@ -6,6 +6,6 @@ public class PublishRemoteWorkspace extends ComponentsServerPass<SubscriberWorks
@Override
protected boolean canStart(Object... args) throws Exception {
target = (SubscriberWorkspace) args[0];
return SendRequest(ServerCode.PublishSubscriberWorkspace, "", target);
return SendRequest(ServerCode.PublishObject, "credentials", target);
}
}