Skip to content

Commit

Permalink
fixed NetworkOperation BaseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSolution committed Sep 22, 2010
1 parent feedb9f commit 2e7876c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/Queue/NetworkOperation.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// limitations under the License.
//

#define kBaseURL @"http://app.keithandthegirl.com"
#define kBaseURL @"http://getitdownonpaper.com"

#import "NetworkOperation.h"
#import "CJSONDeserializer.h"
Expand Down
1 change: 0 additions & 1 deletion Classes/UtilityFunctions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// UtilityFunctions.h
// PartyCamera
//
// Created by Doug Russell on 6/18/10.
// Copyright 2010 Doug Russell. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion Classes/UtilityFunctions.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// UtilityFunctions.m
// PartyCamera
//
// Created by Doug Russell on 6/18/10.
// Copyright 2010 Doug Russell. All rights reserved.
Expand Down

0 comments on commit 2e7876c

Please sign in to comment.