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

@ -75,6 +75,7 @@ diesel::table! {
right_inbox -> Bool,
right_file -> Bool,
right_auth -> Bool,
right_stats -> Bool,
}
}