Move typed paths to separate module

This commit is contained in:
Joscha 2023-08-13 16:32:13 +02:00
parent 3d5a277234
commit 058ed2e85c
6 changed files with 85 additions and 27 deletions

View file

@ -1,8 +1,9 @@
mod admin;
pub mod api;
mod api;
mod commit;
mod index;
mod link;
pub mod paths;
mod queue;
mod r#static;
mod worker;