add :emote and :list to chat
This commit is contained in:
parent
1ca300098f
commit
bd28e201a2
7 changed files with 741 additions and 22 deletions
|
|
@ -54,4 +54,8 @@ pub fn api_router() -> Router<AppState> {
|
|||
"/realms/{slug}/avatar/current",
|
||||
get(avatars::get_current_avatar),
|
||||
)
|
||||
.route(
|
||||
"/realms/{slug}/avatar/emotions",
|
||||
get(avatars::get_emotion_availability),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue