generated from VLADIMIR/template
fix urls
This commit is contained in:
+3
-3
@@ -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 : "Документы";
|
||||
|
||||
Reference in New Issue
Block a user