Profiles should be fine now. I just need to do server code that's it
This commit is contained in:
@@ -6,4 +6,6 @@ public class Endpoints
|
||||
public static readonly string LEADERBOARDS_COIN_ENDPOINT = BASE_URL + "/berrydash/leaderboards/coin";
|
||||
public static readonly string LEADERBOARDS_LEGACY_ENDPOINT = BASE_URL + "/berrydash/leaderboards/legacy";
|
||||
public static readonly string LEADERBOARDS_TOTAL_ENDPOINT = BASE_URL + "/berrydash/leaderboards/total";
|
||||
public static readonly string PROFILE_ENDPOINT = BASE_URL + "/berrydash/profile";
|
||||
public static readonly string PROFILE_POSTS_ENDPOINT = BASE_URL + "/berrydash/profile/posts";
|
||||
}
|
||||
Reference in New Issue
Block a user