This is an automated email from the ASF dual-hosted git repository.

fengzhenbing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new d79c13f  fix  param mapping  name (#152)
d79c13f is described below

commit d79c13f694e2e4ab9c44c8fae605c7f070244763
Author: SaberSola <[email protected]>
AuthorDate: Fri Nov 12 19:04:25 2021 +0800

    fix  param mapping  name (#152)
    
    Co-authored-by: zhanglei06469 <[email protected]>
---
 src/routes/Plugin/PluginRuleHandle/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/Plugin/PluginRuleHandle/index.js 
b/src/routes/Plugin/PluginRuleHandle/index.js
index a009e35..f140348 100644
--- a/src/routes/Plugin/PluginRuleHandle/index.js
+++ b/src/routes/Plugin/PluginRuleHandle/index.js
@@ -24,5 +24,5 @@ export default {
   request: RequestRuleHandle,
   modifyResponse: ResponseRuleHandle,
   hystrix: HystrixRuleHandle,
-  param_mapping: ParamPluginRuleHandle
+  paramMapping: ParamPluginRuleHandle
 };

Reply via email to