Skip to content

Commit

Permalink
feat: add example of http-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jizhuozhi committed Oct 10, 2024
1 parent f55b02f commit 8ff5e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wasm-rust/example/http-dispatch-example/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct HttpDispatchExampleConfig {}
impl HttpDispatchExampleRoot {
fn new() -> Self {
HttpDispatchExampleRoot {
log: Rc::new(Log::new("http-promise-example".to_string())),
log: Rc::new(Log::new("http-dispatch-example".to_string())),
rule_matcher: rule_matcher::new_shared(),
}
}
Expand Down

0 comments on commit 8ff5e8b

Please sign in to comment.