Add general stats command

This commit is contained in:
Joscha 2024-12-31 17:38:27 +01:00
parent 76efd6d728
commit 5b8feb6368
4 changed files with 101 additions and 6 deletions

View file

@ -1,5 +1,5 @@
pub mod export;
pub mod ingest;
pub mod path;
pub mod redirects;
pub mod show;
pub mod stats;