mirror of
https://github.com/yude-jp/yude.jp
synced 2025-10-13 03:38:36 +09:00
Cleanup
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user