/** * * @exports {Object} */ const host = '/hapi' const nozzle = { selectAllPoints: "/record/selectAllPoints" } for (const item in nozzle) { nozzle[item] = host + nozzle[item] } export default nozzle