Add legacy skin and cape routes, improve error handling
Introduces legacy routes for Minecraft skins and capes to support older endpoints. Enhances error handling in sessionsRepository for missing skins/capes, adds getActiveSkin and getActiveCape to sessionsService, and improves error logging in server.js.
This commit is contained in:
@@ -523,6 +523,7 @@ module.exports = {
|
||||
getPlayerProperty,
|
||||
addPlayerProperty,
|
||||
updatePreferences,
|
||||
uploadSkinFromUrl,
|
||||
getSettingsSchema,
|
||||
getPlayerBanStatus,
|
||||
removeProfileAction,
|
||||
|
||||
Reference in New Issue
Block a user