We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b47ab commit f433625Copy full SHA for f433625
ydb/core/cms/json_proxy_proto.h
@@ -84,6 +84,8 @@ class TJsonProxyProto : public TActorBootstrapped<TJsonProxyProto> {
84
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor(), ctx);
85
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TDSProxyControls")
86
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TDSProxyControls::descriptor(), ctx);
87
+ else if (name == ".NKikimrConfig.TImmediateControlsConfig.TBlobStorageControllerControls")
88
+ return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TBlobStorageControllerControls::descriptor(), ctx);
89
}
90
91
ctx.Send(RequestEvent->Sender,
0 commit comments