Skip to content

Commit

Permalink
Revert accidentally committed change
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Sep 30, 2024
1 parent 788b569 commit 79ea8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class SiteWPAPIRestClient @Inject constructor(
private fun discoverApiEndpoint(
url: String
): String {
return discoveryWPAPIRestClient.discoverWPAPIBaseURL("https://grinderstore.in") // discover rest api endpoint
return discoveryWPAPIRestClient.discoverWPAPIBaseURL(url) // discover rest api endpoint
?: WPAPIDiscoveryUtils.buildDefaultRESTBaseUrl(url)
}
}

0 comments on commit 79ea8e5

Please sign in to comment.