Adds all the given routes to be served
routes
void add(Iterable<Route> routes) { if (_servers != null) throw Exception('Server has started!'); _routes.addAll(routes); }