Commit 4a0bba33 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update Search.proto

parent 552d0700
...@@ -8,7 +8,7 @@ message Request { ...@@ -8,7 +8,7 @@ message Request {
} }
message Response { message Response {
map<double, string> output = 1; map<string, double> output = 1;
} }
service searchService { service searchService {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment