Skip to content

Commit

Permalink
count add id
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 20, 2024
1 parent 923852a commit 553ea53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpkm67/backend/count/v1/count.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ service CountService {
}

message Count{
string name = 1;
string id = 1;
string name = 2;
}

// FindAll
Expand Down

0 comments on commit 553ea53

Please sign in to comment.