master
yumoqing 2024-02-19 11:28:05 +08:00
parent 71d6a3d528
commit 79c27fe16a
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File):
path = self.url2path(url)
fpath = self.url2file(path)
processor = self.url2processor(request, url, fpath)
print(f'path_call(), {path=}, {url=}, {fpath=}, {processor=}')
new_request = request.clone(rel_url=url)
# new_request.path = path
return await processor.be_call(new_request, params=params)