import axios from 'axios'; export function getDataNode() { return axios .get('http://localhost:8080/api/resources') // can be replace by ...
確定! 回上一頁