Fixed Leaderboards api and added to routing

This commit is contained in:
piratefinn 2017-06-19 12:41:08 +01:00
parent d63a2f5e30
commit 7c55779a0f
5 changed files with 18 additions and 3 deletions

View file

@ -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,