Skip to content

Commit

Permalink
changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
Benyam Solomon authored and Benyam Solomon committed Apr 21, 2012
1 parent ab5e34e commit fb7178c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion thankxBuddyApp/ModevUXFirstViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//


#define giftsListURL [NSURL URLWithString:@"http://10.23.28.44:5000/messages"]
#define giftsListURL [NSURL URLWithString:@"http://10.24.110.253:5000/messages"]

#import "ModevUXFirstViewController.h"

Expand Down
4 changes: 2 additions & 2 deletions thankxBuddyApp/ModevUXSecondViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#define giveawaysListURL [NSURL URLWithString:@"http://10.23.28.44:5000/products"]
#define giveawaysListURL [NSURL URLWithString:@"http://10.24.110.253:5000/products"]

#import "ModevUXSecondViewController.h"
#import "DetailViewController.h"
Expand Down Expand Up @@ -133,7 +133,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N

// http://10.23.28.44:5000/products

NSString *baseUrl = [[NSString alloc] initWithString:@"http://10.23.28.44:5000"];
NSString *baseUrl = [[NSString alloc] initWithString:@"http://10.24.110.253:5000"];
NSString *itemUrl = [items objectForKey:@"img"];
NSString *theImageUrl = [[NSString alloc] initWithFormat:@"%@%@", baseUrl, itemUrl];

Expand Down

0 comments on commit fb7178c

Please sign in to comment.