Adds a new makeServer method that accepts HttpRoutes rather than subclasses of ServiceInterface (which contain routes). This allows us to manipulate the routes to enable auth without needing to change the definition of the service interface, among other things.
Adds a new
makeServer
method that acceptsHttpRoutes
rather than subclasses ofServiceInterface
(which contain routes). This allows us to manipulate the routes to enable auth without needing to change the definition of the service interface, among other things.