work
This commit is contained in:
parent
21adfaee13
commit
d913772f3b
4 changed files with 51 additions and 35 deletions
|
@ -38,6 +38,7 @@ async fn main() -> std::io::Result<()> {
|
|||
.service(index)
|
||||
.service(routes::item::supply_route)
|
||||
.service(routes::item::item_variants_page)
|
||||
.service(routes::item::get_items_route)
|
||||
})
|
||||
.bind(("0.0.0.0".to_string(), 8080))?
|
||||
.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue