Add support for statistics routes

This commit is contained in:
2025-05-02 08:56:51 +02:00
parent 7c0d758839
commit 16ef1147fe
9 changed files with 33 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ pub struct Token {
pub right_inbox: bool,
pub right_file: bool,
pub right_auth: bool,
pub right_stats: bool,
}
impl Token {
@@ -78,4 +79,5 @@ pub struct NewToken<'a> {
pub right_inbox: bool,
pub right_file: bool,
pub right_auth: bool,
pub right_stats: bool,
}