0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 15:26:01 +09:00

Restore API source

This commit is contained in:
yude 2021-05-31 10:03:55 +09:00
parent 62925709f8
commit 6d28753dd7
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -13,7 +13,7 @@ export default function Minecraft(props) {
useEffect(() => {
const fetchData = async () => {
const result = await axios(
'https://mcstatus.snowdev.com.br/api/query/v3/yude.jp',
'https://api.mcsrvstat.us/2/yude.jp',
);
setData(result.data);
};