travel/web/src/api/home/index.js

7 lines
114 B
JavaScript

/*
import axios from 'axios';
export function getData() {
return axios.get("http://127.0.0.1:5000/home")
}*/