update ip comment

This commit is contained in:
Asim Aslam
2021-06-03 08:42:06 +01:00
parent ead34d430e
commit 127f7672e1

View File

@@ -10,7 +10,7 @@ service Ip {
// Lookup the geolocation information for an IP address // Lookup the geolocation information for an IP address
message LookupRequest { message LookupRequest {
// IP to lookup. If not specified we assume the caller. // IP to lookup
string ip = 1; string ip = 1;
} }