适配 23w42a api 路径变化

This commit is contained in:
xmdhs 2024-02-16 00:14:42 +08:00
parent 78aaa80a59
commit 0a72a41a91
No known key found for this signature in database
GPG Key ID: E809D6D43DEFCC95

View File

@ -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())