diff --git a/contracts/platform_user/BOPClient.sol b/contracts/platform_user/BOPClient.sol index 3455331..8ca6f1e 100644 --- a/contracts/platform_user/BOPClient.sol +++ b/contracts/platform_user/BOPClient.sol @@ -6,7 +6,7 @@ import "../libraries/Identities.sol"; library BOPClient { function talentAsset(string memory account) internal returns (bool, bool) { - string memory url = "https://bop.burve.workers.dev/?address="; + string memory url = "https://bop.burve.workers.dev/api?address="; url = string(abi.encodePacked(url, account));