From 52da65c4a388438a0d00887e91748a9b8a405487 Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.seidl@h-da.de>
Date: Tue, 18 Jul 2023 11:16:26 +0200
Subject: [PATCH] fix typo

---
 api/proto/etsi14.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/proto/etsi14.proto b/api/proto/etsi14.proto
index 8577b54..4720efb 100644
--- a/api/proto/etsi14.proto
+++ b/api/proto/etsi14.proto
@@ -46,7 +46,7 @@ service ETSI14Service {
     rpc GetKey(GetKeyRequest) returns (GetKeyResponse) {
         option (google.api.http) = {
             post: "/{KME_hostname}/api/v1/keys/{slave_SAE_ID}/enc_keys"
-            body: "*""
+            body: "*"
         };
     }
 
@@ -59,7 +59,7 @@ service ETSI14Service {
     rpc GetKeyWithIDs(GetKeyWithIDsRequest) returns (GetKeyWithIDsResponse) {
         option (google.api.http) = {
             post: "/{KME_hostname}/api/v1/keys/{master_SAE_ID}/dec_keys"
-            body: "*""
+            body: "*"
         };
     }
 }
-- 
GitLab