Add /api/v1/stats

This commit is contained in:
Omar Roth
2019-03-01 19:25:16 -06:00
parent 0eaf8f38a1
commit 4be82c5ca6
3 changed files with 55 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ user: String,
captcha_enabled: {type: Bool, default: true},
login_enabled: {type: Bool, default: true},
registration_enabled: {type: Bool, default: true},
statistics_enabled: {type: Bool, default: false},
admins: {type: Array(String), default: [] of String},
})
end