const config = require("../config") module.exports = { fetchSpecieList: { url: config.base_dev_url + "container/specieList", type: "get", }, fetchPhenologyList: { url: config.base_dev_url + "container/phenology/select/{containerId}", type: "get", }, saveFarm: { url: config.base_dev_url + "v2/farm/createFarm", type: "post", }, }