update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-07-31 15:17:18 +03:00
parent f1db855826
commit 03fe6da356
8 changed files with 230 additions and 475 deletions

View File

@@ -16,7 +16,7 @@ var (
TestDoubleEndpoints = []api.Endpoint{
api.Endpoint{
Name: "TestDouble.CallDouble",
Path: []string{"/v1/testdouble/call/{name}"},
Path: []string{"/v1/testdouble/call/name/{name}"},
Method: []string{"POST"},
Body: "*",
Handler: "rpc",