const {storyApi} = require("../../rpdata/api/Story") module.exports = (req, res, next) => { res.locals.categories = storyApi.categories() next() }