If I use const homeModel = require(\'../models/home\') in the router.post call then homeModel gives me the whole homeModel
const homeModel = require(\'../models/home\')
router.post
homeModel