Summary

Completed

Your team lead asked you to implement some features to your app using middleware. First, you implemented the built-in UrlRewriter middleware to redirect requests from /history to /about. Then, you created a custom middleware component that logs request details to the console. You also learned how to change the order of middleware components in the pipeline.

Learn more