6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
export const fetchData = () => {
|
|
return fetch('./php/get.php')
|
|
|
|
|
|
|
|
} |