rootRouteNames method

List<String> rootRouteNames()

Implementation

List<String> rootRouteNames() {
  return ["/", ":///main"];
}