0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 03:38:36 +09:00
This commit is contained in:
2021-12-11 06:58:32 +09:00
parent 49bd87b276
commit 8513ee795f
3 changed files with 1 additions and 65 deletions

View File

@@ -11,7 +11,7 @@ function App () {
useEffect(() => {
const fetchData = async () => {
const result = await axios(
'/api/Spotify',
'https://vercel-spotify-api.vercel.app/api/Spotify',
);
setData(result.data);
};