const config = require("../config") module.exports = { list: { url: config.base_url + "lz_period/list", type: "get", }, allList: { url: config.base_url + "lz_period/allList", type: "get", }, }