Fix icon marketplace view endpoint
This commit is contained in:
@@ -14,6 +14,7 @@ public class Endpoints
|
||||
public static readonly string LEADERBOARDS_TOTAL_ENDPOINT = LEADERBOARDS_ENDPOINT + "/total";
|
||||
public static readonly string PROFILE_ENDPOINT = BERRYDASH_ENDPOINT + "/profile";
|
||||
public static readonly string PROFILE_POSTS_ENDPOINT = PROFILE_ENDPOINT + "/posts";
|
||||
public static readonly string ICON_MARKETPLACE_ENDPOINT = BERRYDASH_ENDPOINT + "/icon-marketplace";
|
||||
public static readonly string ACCOUNT_ENDPOINT = BERRYDASH_ENDPOINT + "/account";
|
||||
public static readonly string ACCOUNT_LOGIN_ENDPOINT = ACCOUNT_ENDPOINT + "/login";
|
||||
public static readonly string ACCOUNT_REGISTER_ENDPOINT = ACCOUNT_ENDPOINT + "/register";
|
||||
|
||||
Reference in New Issue
Block a user