module.exports = {
    getStatisticalDetails:{url:"/healthlog/",method:"post",host:"health"},
    saveHealth:{url:"/healthlog/save/",method:"post",host:"health"},
    getHealthEmploee:{url:"/healthemploee",method:"post",host:"health"},

}