import crud from '../BaseApi'
const url = '/api/functions'
export const functions = crud(url)
export default functions