feat: test product manager
This commit is contained in:
@@ -8,7 +8,7 @@ import "google/api/annotations.proto";
|
||||
service Product {
|
||||
rpc Create(CreateReq) returns (Response) {
|
||||
option (google.api.http) = {
|
||||
post: "/admin/v3/product/create"
|
||||
post: "/admin/v3/product"
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user