Fixed Leaderboards api and added to routing
This commit is contained in:
parent
d63a2f5e30
commit
7c55779a0f
5 changed files with 18 additions and 3 deletions
|
@ -75,7 +75,7 @@ export class ApiService {
|
|||
// Leaderboard Api
|
||||
|
||||
public leaderboard_fetch(data) {
|
||||
this.http.post(
|
||||
return this.http.post(
|
||||
this.apiUrl + '/stats/leaderboard',
|
||||
{
|
||||
session_key : this.sessionKey,
|
||||
|
|
Reference in a new issue