Solution: API Timer Middleware
Review an approach for writing an API timer middleware.
We'll cover the following...
The code below adds a new middleware function to time our API responses.
New code is present in lines ...