typo
This commit is contained in:
parent
1ceafd0f4e
commit
552ef6fd52
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ app.use(function(next){
|
||||||
} else {
|
} else {
|
||||||
this.body = 'Hello World';
|
this.body = 'Hello World';
|
||||||
yield logger(next);
|
yield logger(next);
|
||||||
yield next;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue