From 7867c10524e8db91afa6db1599f4fc5666626722 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 27 Apr 2020 12:54:15 +0200 Subject: [PATCH] wip --- app/Server/Factory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);