Make icon marketplace upload work
This commit is contained in:
@@ -16,6 +16,7 @@ public class Endpoints
|
||||
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 ICON_MARKETPLACE_UPLOAD_ENDPOINT = ICON_MARKETPLACE_ENDPOINT + "/upload";
|
||||
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