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