// import { GET, POST } from 'xe-ajax-mock' // // error api // GET('api/**', { status: 404, body: { message: 'Services does not exist.' } }) // POST('api/**', { status: 404, body: { message: 'Services does not exist.' } })