This commit is contained in:
yumoqing 2023-04-06 22:29:36 +08:00
parent e36548d7f3
commit 46352099a2

View File

@ -304,6 +304,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File):
return False return False
def url2processor(self, request, url, fpath): def url2processor(self, request, url, fpath):
print('fpath=', fpath)
config = getConfig() config = getConfig()
url = self.entireUrl(request, url) url = self.entireUrl(request, url)
host = '/'.join(str(request.url).split('/')[:3]) host = '/'.join(str(request.url).split('/')[:3])