master
yumoqing 2024-02-19 12:48:20 +08:00
parent 601d360f8d
commit cd2742f144
1 changed files with 1 additions and 1 deletions

View File

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