mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
parent
09f4d9b373
commit
37ee53bb4a
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ export default class DashboardStatsService extends Service {
|
|||
return;
|
||||
}
|
||||
|
||||
let statsUrl = this.ghostPaths.url.api('stats/member-count');
|
||||
let statsUrl = this.ghostPaths.url.api('stats/member_count');
|
||||
let stats = yield this.ajax.request(statsUrl);
|
||||
this.memberCountStats = stats.stats.map((d) => {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue