feat(auth): implement yggdrasil join endpoint

This commit is contained in:
2025-06-15 17:17:50 +03:00
parent 056aa05c50
commit 9082b21a5d
5 changed files with 107 additions and 1 deletions

View File

@@ -59,8 +59,8 @@ func main() {
})
// Группа маршрутов для Session Server API
r.Route("/sessionserver/session/minecraft", func(r chi.Router) {
r.Post("/join", authHandler.Join) // <-- ДОБАВЛЯЕМ ЭТОТ МАРШРУТ
r.Get("/profile/{uuid}", profileHandler.GetProfile)
// Здесь будет эндпоинт /join
})
// Маршрут для проверки, что сервер жив