Skip to content

Commit 805c323

Browse files
author
Michael Beattie
committed
[#67767620] fixed bad route
1 parent 0782ba1 commit 805c323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EasyReader/Application/AppDelegates/CSRegisterRoutesService.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
1616
[[APIRouter shared] registerRoute:@"feedDefaults" path:@"/feeds/default/" requestMethod:kAPIRequestMethodGET];
1717
[[APIRouter shared] registerRoute:@"feedCreate" path:@"/feeds/" requestMethod:kAPIRequestMethodPOST];
1818
[[APIRouter shared] registerRoute:@"feedSearch" path:@"/feeds/search/" requestMethod:kAPIRequestMethodGET];
19-
[[APIRouter shared] registerRoute:@"feedItems" path:@"/feeds/" requestMethod:kAPIRequestMethodGET];
19+
[[APIRouter shared] registerRoute:@"feedItems" path:@"/feed_items/" requestMethod:kAPIRequestMethodGET];
2020

2121
return YES;
2222
}

0 commit comments

Comments
 (0)