From 0a72a41a91df45eed4d9594b80391301b363ea41 Mon Sep 17 00:00:00 2001 From: xmdhs Date: Fri, 16 Feb 2024 00:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=2023w42a=20api=20=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/route/route.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/route/route.go b/server/route/route.go index 3f53f34..0fef661 100644 --- a/server/route/route.go +++ b/server/route/route.go @@ -63,6 +63,7 @@ func newYggdrasil(handelY *yggdrasil.Yggdrasil) http.Handler { r.Get("/sessionserver/session/minecraft/profile/{uuid}", handelY.GetProfile()) r.Post("/api/profiles/minecraft", handelY.BatchProfile()) + r.Post("/minecraftservices/minecraft/profile/lookup/bulk/byname", handelY.BatchProfile()) // 23w42a r.Get("/sessionserver/session/minecraft/hasJoined", handelY.HasJoined())