add inventory endpoint

This commit is contained in:
2025-09-26 16:51:08 +02:00
parent 32fe134743
commit 1dc71e451b
7 changed files with 86 additions and 0 deletions

3
src/inventory/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
mod handler;
pub mod routes;