Skip to content

Commit

Permalink
返回值.没处理
Browse files Browse the repository at this point in the history
  • Loading branch information
ehll committed Oct 30, 2012
1 parent 23478c6 commit 346c5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions niaokula/PostViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#import "PostViewController.h"
#import "NSDictionary+URLQuery.h"

NSString * const kPostURL = @"https://www.niaowo.me/topics";
NSString * const kReplyURL = @"https://www.niaowo.me/comments";
NSString * const kPostURL = @"https://www.niaowo.me/topics.json";
NSString * const kReplyURL = @"https://www.niaowo.me/comments.json";

@interface PostViewController ()

Expand Down

0 comments on commit 346c5f8

Please sign in to comment.