UNPKG

@loftysoul/soul

Version:

The professional Content Management System, based ghost

11 lines (8 loc) 235 B
const routingService = require('../services/routing'); function getRssUrl(data, absolute) { return routingService.registry.getRssUrl({ secure: data.secure, absolute: absolute }); } module.exports = getRssUrl;