tabbar.js 168 Bytes
import { fn, fetch } from './fn'

const Api = {
  TABBAR_CONFIG: '/srv/?a=tabbar&t=config',
}

export const getTabbarConfigAPI = () => fn(fetch.get(Api.TABBAR_CONFIG))