diff --git a/app/Server/Factory.php b/app/Server/Factory.php index a150756..8efd8f6 100644 --- a/app/Server/Factory.php +++ b/app/Server/Factory.php @@ -153,10 +153,10 @@ class Factory $this->addAdminRoutes(); - $this->addTunnelRoute(); - $controlConnection = $this->addControlConnectionRoute(); + $this->addTunnelRoute(); + $urlMatcher = new UrlMatcher($this->router->getRoutes(), new RequestContext); $router = new Router($urlMatcher);