Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tongchong committed Aug 1, 2024
1 parent 24f50ba commit 9c8c6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/common/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ service ConfigService {
// 获取 SCOW 部署的集群配置文件中的集群信息
rpc GetClusterConfigFiles(GetClusterConfigFilesRequest) returns (GetClusterConfigFilesResponse);

// 获取当前部署 SCOW 的版本,方便接入其它服务
// 获取当前部署 SCOW API 的版本,方便接入其它服务
rpc GetApiVersion(GetApiVersionRequest) returns (GetApiVersionResponse);
}

0 comments on commit 9c8c6aa

Please sign in to comment.