web::resource("") .route(web::get().to_async(products::get_products)) .route(web::post().to_async(products::add_product))