🚧 Working on actions

This commit is contained in:
Manuel Cillero 2024-03-27 07:12:42 +01:00
parent e732244a2e
commit d99a5aa586
23 changed files with 480 additions and 323 deletions

View file

@ -20,7 +20,7 @@ impl PackageTrait for Node {
scfg.route("/node", service::web::get().to(node));
}
fn actions(&self) -> Vec<Action> {
fn actions(&self) -> Vec<ActionBox> {
actions![action::page::BeforePrepareBody::new(before_prepare_body).with_weight(-1)]
}