server.get("/:action/:id", middleware! { |_req, res| // We try to parse the id param to an int, this works for the // toggle and remove actions if let Ok(num) = ...
確定! 回上一頁