import axios from 'axios'; import { apiGet } from '../utils/odipar/api'; //GET APIS export const getPedidosAPI = async () => { return await apiGet(`ayuda/`) } export function getAPi(){ axios.get( `http://localhost:8083/ayuda/`, //TODO: check currentTimeStamp { headers: { 'Content-type': 'application/json', }, } ) }