Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit d814624

Browse files
committed
Use WordPressComRESTAPIInterfacing in ReaderTopicServiceRemote
1 parent 80732bd commit d814624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/ReaderTopicServiceRemote.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ - (RemoteReaderSiteInfo *)siteInfoFromFollowedSiteDictionary:(NSDictionary *)dic
221221
- (NSString *)endpointUrlForPath:(NSString *)endpoint
222222
{
223223
NSString *absolutePath = [self pathForEndpoint:endpoint withVersion:ServiceRemoteWordPressComRESTApiVersion_1_2];
224-
NSURL *url = [NSURL URLWithString:absolutePath relativeToURL:self.wordPressComRestApi.baseURL];
224+
NSURL *url = [NSURL URLWithString:absolutePath relativeToURL:self.wordPressComRESTAPI.baseURL];
225225
return [url absoluteString];
226226
}
227227

0 commit comments

Comments
 (0)