Add redirects command

This commit is contained in:
Joscha 2024-12-31 17:14:21 +01:00
parent e90864a097
commit 76efd6d728
3 changed files with 110 additions and 0 deletions

View file

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