mount() 공개 메소드

Mount an array config onto the routes.
public mount ( array $routes, string $path = '/' ) : void
$routes array
$path string
리턴 void
 /**
  * {@inheritdoc}
  */
 public function configure()
 {
     $this->router->mount($this->config->get('routes'), '/');
 }