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
+1 -1
View File
@@ -16,7 +16,7 @@ export default function UUID() {
const router = useRouter()
const { uuid } = router.query
const { data, error } = useSwr(
uuid ? `/api/PlayerName/${uuid}` : null,
uuid ? `https://api.ashcon.app/mojang/v2/user/${uuid}` : null,
fetcher
)
if (error) {