import v1 from './v1'

const api = {
    v1: Object.assign(v1, v1),
}

export default api