This commit is contained in:
Tobe O 2017-01-23 07:57:08 -05:00 committed by GitHub
parent d5ac07d399
commit 9863205199

View file

@ -25,7 +25,7 @@ main() async {
await app.configure(new ApiController());
// Re-route all other traffic to an
// existing shelf/Redstone application.
// existing application.
app.after.add(embedShelf(
new shelf.Pipeline()
.addMiddleware(shelf.logRequests())