Skip to content

Commit

Permalink
changed the default port
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Mar 18, 2011
1 parent ab2f625 commit 56bff00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/ShowOffPadViewController.m
Expand Up @@ -39,8 +39,8 @@ -(void)loadPresentation:(NSString *)directory {
[self.httpServer stopMongooseDaemon];
}
self.httpServer = [[[MongooseDaemon alloc] init] autorelease];
[self.httpServer startMongooseDaemon:@"8080" documentRoot:directory];
NSURL *url = [NSURL URLWithString:@"http://localhost:8080/index.html"];
[self.httpServer startMongooseDaemon:@"8085" documentRoot:directory];
NSURL *url = [NSURL URLWithString:@"http://localhost:8085/index.html"];
//URL Requst Object
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];

Expand Down

0 comments on commit 56bff00

Please sign in to comment.