We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0782ba1 commit 805c323Copy full SHA for 805c323
1 file changed
EasyReader/Application/AppDelegates/CSRegisterRoutesService.m
@@ -16,7 +16,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
16
[[APIRouter shared] registerRoute:@"feedDefaults" path:@"/feeds/default/" requestMethod:kAPIRequestMethodGET];
17
[[APIRouter shared] registerRoute:@"feedCreate" path:@"/feeds/" requestMethod:kAPIRequestMethodPOST];
18
[[APIRouter shared] registerRoute:@"feedSearch" path:@"/feeds/search/" requestMethod:kAPIRequestMethodGET];
19
- [[APIRouter shared] registerRoute:@"feedItems" path:@"/feeds/" requestMethod:kAPIRequestMethodGET];
+ [[APIRouter shared] registerRoute:@"feedItems" path:@"/feed_items/" requestMethod:kAPIRequestMethodGET];
20
21
return YES;
22
}
0 commit comments