mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-08 04:03:12 +03:00
19a08cd11d
- Pulls logic out of Ghost core and into the Analytics repository. - Test coverage has increased for the stats service - Interface simplified
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
const StatsService = require('@tryghost/stats-service');
|
|
const db = require('../../data/db');
|
|
|
|
module.exports = StatsService.create({knex: db.knex});
|