This commit is contained in:
2025-05-19 04:03:43 +07:00
parent 4b44bad1c0
commit e7dfcd8b4d
7 changed files with 155 additions and 415 deletions
-10
View File
@@ -38,12 +38,6 @@ service EveningDetective {
};
}
rpc DeleteTeams(DeleteTeamsReq) returns (DeleteTeamsRsp) {
option (google.api.http) = {
delete: "/teams"
};
}
rpc AddAction(AddActionReq) returns (AddActionRsp) {
option (google.api.http) = {
post: "/team/actions",
@@ -126,10 +120,6 @@ message GetTeamRsp {
repeated Action actions = 1;
}
message DeleteTeamsReq {}
message DeleteTeamsRsp {}
message AddActionReq {
string place = 1;
}