diff options
| author | 刘文坛 <[email protected]> | 2023-12-14 06:48:44 +0000 |
|---|---|---|
| committer | 刘文坛 <[email protected]> | 2023-12-14 06:48:44 +0000 |
| commit | a4254d7b60b1aee385c1531ab8c6f7f69b074b90 (patch) | |
| tree | 411ce4bb8a0019a9ecac2344be6c1f99d3f0b928 /examples | |
| parent | 37117f9f350c0c7b624b8f74f0b03cb8ee20be72 (diff) | |
[HTTP_DECODER]first simple http unit_test passed
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stellar_plugin/simple_plugin.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stellar_plugin/simple_plugin.toml b/examples/stellar_plugin/simple_plugin.toml index 24019e7..ce08b65 100644 --- a/examples/stellar_plugin/simple_plugin.toml +++ b/examples/stellar_plugin/simple_plugin.toml @@ -7,4 +7,4 @@ exit = "simple_stellar_event_plugin_exit" [[plugin]] path = "./stellar_plugin/simple_stellar_plugin.so" init = "simple_stellar_mq_plugin_init" -exit = "simple_stellar_mq_plugin_exit" +exit = "simple_stellar_mq_plugin_exit"
\ No newline at end of file |
