bugfix
This commit is contained in:
parent
e36548d7f3
commit
46352099a2
@ -304,6 +304,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File):
|
||||
return False
|
||||
|
||||
def url2processor(self, request, url, fpath):
|
||||
print('fpath=', fpath)
|
||||
config = getConfig()
|
||||
url = self.entireUrl(request, url)
|
||||
host = '/'.join(str(request.url).split('/')[:3])
|
||||
|
Loading…
Reference in New Issue
Block a user