feat: test product manager

This commit is contained in:
zzw
2026-08-10 11:40:06 +08:00
parent 29ffc24bbb
commit a38fff4917
5 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -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: "*"
};
}