update all deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-09-30 03:10:20 +03:00
parent 7a764c40bd
commit 7f17a3e5b0
12 changed files with 130 additions and 133 deletions

View File

@@ -47,7 +47,7 @@ service Test {
};
};
};
option (micro.api.http) = { post: "/v1/test/call_repeated_string/{string_ids}"; body: "*"; };
option (micro.api.http) = { post: "/v1/test/call_repeated_string"; body: "*"; };
option (micro.api.micro_method) = { timeout: 5; };
};
rpc CallRepeatedInt64(CallReq) returns (CallRsp) {
@@ -65,7 +65,7 @@ service Test {
};
};
};
option (micro.api.http) = { post: "/v1/test/call_repeated_int64/{int64_ids}"; body: "*"; };
option (micro.api.http) = { post: "/v1/test/call_repeated_int64"; body: "*"; };
option (micro.api.micro_method) = { timeout: 5; };
};