forked from jmug/stoatchat
Change how usernames, introduce display names.
This commit is contained in:
@@ -6,7 +6,7 @@ use bson::doc;
|
||||
#[get("/")]
|
||||
pub fn root() -> Response {
|
||||
Response::Success(json!({
|
||||
"revolt": "0.2.0"
|
||||
"revolt": "0.2.2"
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user