mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
parent
09f4d9b373
commit
37ee53bb4a
@ -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…
Reference in New Issue
Block a user