add last action delete

This commit is contained in:
2026-07-28 22:00:00 +07:00
parent 5e3584e31a
commit 7aa8a50e30
6 changed files with 80 additions and 15 deletions
-3
View File
@@ -451,9 +451,6 @@ service EveningDetectiveServer {
delete: "/api/teams/{id}/last-actions"
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
security: {
security_requirement: {}
}
tags : "Ходы";
summary: "Удалить последний ход";
};