Skip to content

Commit 7483419

Browse files
fix: Replace bans url (#7617)
* Replace bans url * Replace ReportUserForm url --------- Co-authored-by: Santi Andrade <sandrade@decentraland.org>
1 parent b08b819 commit 7483419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Explorer/Assets/DCL/NetworkDefinitions/Browser/DecentralandUrlsSource.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ protected virtual UrlData RawUrl(DecentralandUrl decentralandUrl) =>
218218
DecentralandUrl.ManaUsdRateApiUrl => "https://api.coingecko.com/api/v3/simple/price?ids=decentraland&vs_currencies=usd",
219219
DecentralandUrl.JumpInGenesisCityLink => $"https://decentraland.{ENV}/jump/?position={{0}},{{1}}",
220220
DecentralandUrl.JumpInWorldLink => $"https://decentraland.{ENV}/jump/?realm={{0}}",
221-
DecentralandUrl.ReportUserForm => $"https://report.decentraland.{ENV}/players?player_address={{0}}&reported_address={{1}}",
222-
DecentralandUrl.BannedUsers => $"https://social-api.decentraland.{ENV}/v1/moderation/users/{{0}}/bans",
221+
DecentralandUrl.ReportUserForm => $"https://decentraland.{ENV}/report/players?player_address={{0}}&reported_address={{1}}",
222+
DecentralandUrl.BannedUsers => $"https://comms-gatekeeper.decentraland.{ENV}/moderation/users/{{0}}/bans",
223223

224224
DecentralandUrl.Profiles => $"{Url(DecentralandUrl.AssetBundleRegistry)}/profiles",
225225
DecentralandUrl.ProfilesMetadata => $"{Url(DecentralandUrl.AssetBundleRegistry)}/profiles/metadata",

0 commit comments

Comments
 (0)