import MCENTER_API from './mcenter' import MPAAS_API from './mppas' var API = { mcenter: MCENTER_API, mpaas: MPAAS_API, } export default API