From 09feeb11d20f952efaed6064cf80a8b2110d0cf0 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 11 Sep 2022 20:00:10 +0800 Subject: [PATCH] zhu --- plugins/openresty/js/openresty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty/js/openresty.js b/plugins/openresty/js/openresty.js index 580065d2e..0a85d16a9 100755 --- a/plugins/openresty/js/openresty.js +++ b/plugins/openresty/js/openresty.js @@ -79,7 +79,7 @@ function orPluginOpService(a, b, v,request_callback) { function orPluginOpServiceOp(a,b,c,d,a,v,request_callback){ - var request_path = "/plugins/run"; + var request_path = "/plugins/run"; if (request_callback == 'yes'){ request_path = "/plugins/callback"; }