Skip to content

Commit

Permalink
适配 23w42a api 路径变化
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Feb 15, 2024
1 parent 78aaa80 commit 0a72a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 0a72a41

Please sign in to comment.