module.exports.read = function(req, res) {
    res.status(200).json(req.tag);
};