diff --git a/src/file/webx.rs b/src/file/webx.rs index 7df24aa..81cacf2 100644 --- a/src/file/webx.rs +++ b/src/file/webx.rs @@ -100,7 +100,7 @@ pub struct WebXRoute { /// The pre-handler functions of the route. pub pre_handlers: Vec, /// The code block of the route. - pub code: Option, + pub body: Option, /// The post-handler functions of the route. pub post_handlers: Vec, }