update
This commit is contained in:
parent
d70dabc271
commit
9e9c48e5dd
4 changed files with 39 additions and 3 deletions
src
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue