add category insert
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ service SmmCore {
|
||||
// categories
|
||||
rpc AddCategory(CreateCategoryReq) returns (Category) {
|
||||
option (google.api.http) = {
|
||||
post: "/categories"
|
||||
post: "/categories",
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
rpc UpdateCategory(UpdateCategoryReq) returns (Category) {
|
||||
|
||||
Reference in New Issue
Block a user