• File: home.controller.js
  • Full Path: /var/www/nodejs/Notifications_Imali_API/src/controllers/home.controller.js
  • Date Modified: 02/02/2023 10:31 PM
  • File size: 168 bytes
  • MIME-type: text/plain
  • Charset: utf-8
const index = (req,res)=>{
    // res.send("<h1>Messages Api App.</h1>");
    res.render("layouts/iMaliMailTemplate.ejs",{content:"Template"})
}

module.exports={index}