This commit is contained in:
2026-08-19 23:31:37 +07:00
parent 204a20c814
commit 268b359576
8 changed files with 99 additions and 100 deletions
+3 -3
View File
@@ -128,7 +128,7 @@ service EveningDetectiveServer {
rpc GetTerms(GetTermsReq) returns (GetTermsRsp) {
option (google.api.http) = {
get: "/terms"
get: "/api/terms"
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags : "Документы";
@@ -138,7 +138,7 @@ service EveningDetectiveServer {
rpc GetPrivacy(GetPrivacyReq) returns (GetPrivacyRsp) {
option (google.api.http) = {
get: "/privacy"
get: "/api/privacy"
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags : "Документы";
@@ -148,7 +148,7 @@ service EveningDetectiveServer {
rpc GetConsent(GetConsentReq) returns (GetConsentRsp) {
option (google.api.http) = {
get: "/consent"
get: "/api/consent"
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags : "Документы";