UNPKG

ghost

Version:

The professional publishing platform

10 lines (7 loc) 206 B
const routingService = require('../services/routing'); function getRssUrl(data, absolute) { return routingService.registry.getRssUrl({ absolute: absolute }); } module.exports = getRssUrl;