bugfix
This commit is contained in:
parent
d6ec7ff8dd
commit
e4b2796f17
@ -18,7 +18,7 @@ class FunctionProcessor(BaseProcessor):
|
|||||||
|
|
||||||
async def path_call(self, request, params={}):
|
async def path_call(self, request, params={}):
|
||||||
await self.set_run_env(request)
|
await self.set_run_env(request)
|
||||||
parmas_kw = self.run_ns.get('params_kw')
|
params_kw = self.run_ns.get('params_kw')
|
||||||
path = params.get('path', request.path)
|
path = params.get('path', request.path)
|
||||||
path1 = path[len(self.config_opts['leading']):]
|
path1 = path[len(self.config_opts['leading']):]
|
||||||
args = []
|
args = []
|
||||||
|
Loading…
Reference in New Issue
Block a user