适配 23w42a api 路径变化
This commit is contained in:
parent
78aaa80a59
commit
0a72a41a91
@ -63,6 +63,7 @@ func newYggdrasil(handelY *yggdrasil.Yggdrasil) http.Handler {
|
|||||||
|
|
||||||
r.Get("/sessionserver/session/minecraft/profile/{uuid}", handelY.GetProfile())
|
r.Get("/sessionserver/session/minecraft/profile/{uuid}", handelY.GetProfile())
|
||||||
r.Post("/api/profiles/minecraft", handelY.BatchProfile())
|
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())
|
r.Get("/sessionserver/session/minecraft/hasJoined", handelY.HasJoined())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user