obelich
5/3/2018 - 10:58 PM

RbvueAxiosGet

axios.get("$url$").then((response) => {
  console.log(response);
})