Skip to content

Commit 12e0bee

Browse files
authored
added API route
1 parent c2abb2e commit 12e0bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/protobuf/kafka/ksm.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ message GetAllAclsResponse {
7676
service KsmService {
7777
rpc GetAllAcls(GetAllAclsRequest) returns (GetAllAclsResponse) {
7878
option (google.api.http) = {
79-
get: "/v1/KsmService/GetAllAcls"
79+
get: "/api/v1/KsmService/GetAllAcls"
8080
};
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)