0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 03:38:36 +09:00

Remove /api/PlayerName

This commit is contained in:
2021-12-11 06:42:23 +09:00
parent 33dbec3339
commit a095e20b6b
4 changed files with 2 additions and 26 deletions

View File

@@ -5,7 +5,6 @@
import { useRouter } from 'next/router'
// Data fetching
import Players from '../../components/Minecraft/Players'
import useSwr from 'swr'
const fetcher = (url) => fetch(url).then((res) => res.json())