exports.home = (io)=>
{
    return(req,res)=>
    {
        res.render('home')
    }
}