add auth
This commit is contained in:
+2
-3
@@ -58,9 +58,8 @@ message User {
|
||||
|
||||
message CreateCategoryReq {
|
||||
string name = 1;
|
||||
int32 user_id = 2;
|
||||
bool favorite = 3;
|
||||
int32 monthly_limit = 4;
|
||||
bool favorite = 2;
|
||||
int32 monthly_limit = 3;
|
||||
}
|
||||
|
||||
message UpdateCategoryReq {
|
||||
|
||||
Reference in New Issue
Block a user