exports.index = (req,res) => { res.json({message: 'index other'}); };