Use typed paths in worker

This commit is contained in:
Joscha 2023-08-13 16:13:59 +02:00
parent 88d9a1f818
commit 3d5a277234
5 changed files with 25 additions and 14 deletions

View file

@ -1,5 +1,5 @@
mod admin;
mod api;
pub mod api;
mod commit;
mod index;
mod link;