fix some emotion bugs
This commit is contained in:
parent
bd28e201a2
commit
989e20757b
11 changed files with 1203 additions and 190 deletions
|
|
@ -50,12 +50,5 @@ pub fn api_router() -> Router<AppState> {
|
|||
get(websocket::ws_handler::<AppState>),
|
||||
)
|
||||
// Avatar routes (require authentication)
|
||||
.route(
|
||||
"/realms/{slug}/avatar/current",
|
||||
get(avatars::get_current_avatar),
|
||||
)
|
||||
.route(
|
||||
"/realms/{slug}/avatar/emotions",
|
||||
get(avatars::get_emotion_availability),
|
||||
)
|
||||
.route("/realms/{slug}/avatar", get(avatars::get_avatar))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue