In an Express application, what is the purpose of a controller?
It contains the business logic for one or more routes.
It registers routes to the application.
It registers routes in a router, which it then exports.