fix: this.handleRequest replace app.handleRequest
This commit is contained in:
parent
73f1cec7bb
commit
ded3c62f09
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ app.callback = function(){
|
|||
|
||||
return function handleRequest(req, res){
|
||||
var ctx = self.createContext(req, res);
|
||||
app.handleRequest(ctx, fn);
|
||||
self.handleRequest(ctx, fn);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue