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

Commit cba707d

Browse files
committed
Use WordPressComRESTAPIInterfacing in RemoteConfigRemote
1 parent 852e042 commit cba707d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WordPressKit/Services/RemoteConfigRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ open class RemoteConfigRemote: ServiceRemoteWordPressComREST {
1414
let endpoint = "mobile/remote-config"
1515
let path = self.path(forEndpoint: endpoint, withVersion: ._2_0)
1616

17-
wordPressComRestApi.GET(path,
17+
wordPressComRESTAPI.get(path,
1818
parameters: nil,
1919
success: { response, _ in
2020
if let remoteConfigDictionary = response as? [String: Any] {

0 commit comments

Comments
 (0)