This commit is contained in:
JMARyA 2024-06-22 02:05:22 +02:00
parent b8caa43972
commit 4295bdcb8d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 109 additions and 36 deletions

View file

@ -45,11 +45,13 @@ async fn rocket() -> _ {
"/",
route![
routes::item::get_items_route,
routes::item::item_route,
routes::item::item_variants_page,
routes::item::supply_log_route,
routes::item::demand_log_route,
routes::item::supply_route,
routes::item::demand_route,
routes::item::transaction_route
],
)
.manage(itemdb)