1 2 3 4 5 6 7 8
import odooApi from '@/core/api/odooApi' const stateApi = async () => { const dataState = await odooApi('GET', '/api/v1/state') return dataState } export default stateApi