Skip to content
Snippets Groups Projects
Commit e72114cc authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Fixes local test after ensuring using https:// doesn't work with it.

parent eddb0065
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@
RGDPoint *point = [[[[[RGDPointBuilder alloc] init] setLatitude:28E7] setLongitude:-15E7] build];
id<GRXWriter> requestsWriter = [GRXWriter writerWithValue:[point data]];
GRPCCall *call = [[GRPCCall alloc] initWithHost:@"https://127.0.0.1:8980"
GRPCCall *call = [[GRPCCall alloc] initWithHost:@"http://127.0.0.1:8980"
method:method
requestsWriter:requestsWriter];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment