Fix user permissions.

This commit is contained in:
Paul Makles
2021-01-18 14:01:27 +00:00
parent af8731ac38
commit 124aa8a9bf
2 changed files with 17 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ use rocket_contrib::json::JsonValue;
#[get("/")]
pub async fn root() -> JsonValue {
json!({
"revolt": "0.3.0-alpha",
"revolt": "0.3.1-alpha.0",
"features": {
"registration": !*DISABLE_REGISTRATION,
"captcha": {