This commit is contained in:
JMARyA 2024-09-05 10:33:34 +02:00
parent d70dabc271
commit 9e9c48e5dd
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 39 additions and 3 deletions

View file

@ -67,10 +67,12 @@ async fn rocket() -> _ {
routes::item::demand_route,
routes::item::transaction_route,
routes::item::inventory_route,
routes::item::inventory_route_variant,
routes::item::variant_stat_route,
routes::item::unique_field_route,
routes::item::location_info,
routes::item::locations_info
routes::item::locations_info,
routes::item::locations_list
],
)
.manage(itemdb)