Adds the given route to be served
route
Route addRoute(Route route) { if (_servers != null) throw Exception('Server has started!'); _routes.add(route); return route; }