Skip to content

Commit

Permalink
Rename route body
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Sep 3, 2023
1 parent 801e1af commit 21f99fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file/webx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub struct WebXRoute {
/// The pre-handler functions of the route.
pub pre_handlers: Vec<String>,
/// The code block of the route.
pub code: Option<String>,
pub body: Option<String>,
/// The post-handler functions of the route.
pub post_handlers: Vec<String>,
}

0 comments on commit 21f99fc

Please sign in to comment.