mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
5fcf5098a8
closes https://github.com/TryGhost/Team/issues/1927 This expose the /links endpoint on the Admin API, which is filterable by Post ID. Co-authored-by: Simon Backx <simon@ghost.org>
7 lines
206 B
JavaScript
7 lines
206 B
JavaScript
module.exports = {
|
|
LinkTrackingService: require('./LinkClickTrackingService'),
|
|
LinkClick: require('./LinkClick'),
|
|
PostLink: require('./PostLink'),
|
|
FullPostLink: require('./FullPostLink')
|
|
};
|