Skip to content

Commit

Permalink
hit real server
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed Feb 12, 2014
1 parent 8106d24 commit 96d2993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions thekiller/TKServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ - (void)loadGameInformation:(void(^)(NSDictionary* gameInfo, NSError* error))com
}

- (NSString*)domainName {
return @"localhost";
// return @"frienderers.com";
// return @"localhost";
return @"frienderers.com";
}

- (NSString*)domainURLPostfix {
return @":5000";
// return @"";
// return @":5000";
return @"";
}

- (NSURL*)URLWithPath:(NSString*)path {
Expand Down

0 comments on commit 96d2993

Please sign in to comment.