Skip to content

Commit

Permalink
Merge branch 'main' into feat-show
Browse files Browse the repository at this point in the history
  • Loading branch information
universero authored Nov 27, 2024
2 parents af1d809 + 57a4c34 commit 6165605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion essay/show/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ message Log {
// string msg = 2;
//}
//

1 change: 1 addition & 0 deletions essay/show/show.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ service show {
rpc GetUserInfo(GetUserInfoReq) returns (GetUserInfoResp) {
option (http.get) = "/user/info";
}

// 文本作文批改
rpc EssayEvaluate(EssayEvaluateReq) returns (EssayEvaluateResp) {
option (http.post) = "/essay/evaluate";
Expand Down

0 comments on commit 6165605

Please sign in to comment.