@@ -26,7 +26,7 @@ service TestDouble {
|
||||
}
|
||||
}
|
||||
};
|
||||
option (micro.api.http) = { post: "/v1/testdouble/call/{name}"; body: "*"; };
|
||||
option (micro.api.http) = { post: "/v1/testdouble/call/name/{name}"; body: "*"; };
|
||||
option (micro.api.micro_method) = { timeout: 5; };
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user