variants
This commit is contained in:
parent
c6bcd9ca07
commit
e50b51c829
6 changed files with 44 additions and 71 deletions
|
@ -43,7 +43,6 @@ async fn main() -> std::io::Result<()> {
|
|||
.service(routes::item::supply_route)
|
||||
.service(routes::item::item_variants_page)
|
||||
.service(routes::item::get_items_route)
|
||||
.service(routes::item::add_variant_route)
|
||||
})
|
||||
.bind(("0.0.0.0".to_string(), 8080))?
|
||||
.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue