aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-16 10:37:51 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-16 10:37:51 -0700
commit4412c85a1079f2ac55a9a27641076ca34c1a2c62 (patch)
tree5a798a82e11b15a105df664b7bf186b4c6fbce23 /examples/objective-c
parent3eba9075ef612f83c363868c24d106580ab25223 (diff)
crud removal
Diffstat (limited to 'examples/objective-c')
-rw-r--r--examples/objective-c/route_guide/ViewControllers.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/route_guide/ViewControllers.m b/examples/objective-c/route_guide/ViewControllers.m
index 1e84c33472..5fd411e3ba 100644
--- a/examples/objective-c/route_guide/ViewControllers.m
+++ b/examples/objective-c/route_guide/ViewControllers.m
@@ -37,7 +37,7 @@
#import <RxLibrary/GRXWriter+Immediate.h>
#import <RxLibrary/GRXWriter+Transformations.h>
-static NSString * const kHostAddress = @"192.168.1.120:50051";
+static NSString * const kHostAddress = @"localhost:50051";
/** Category to override RTGPoint's description. */
@interface RTGPoint (Description)