forked from jmug/stoatchat
Add user cache, no more "guard refs".
This commit is contained in:
@@ -6,7 +6,7 @@ use mongodb::bson::doc;
|
||||
#[get("/")]
|
||||
pub fn root() -> Response {
|
||||
Response::Success(json!({
|
||||
"revolt": "0.2.5"
|
||||
"revolt": "0.2.6"
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user