diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 1419920c..f745518c 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -445,6 +445,7 @@ class Node extends HttpService */ private function restructure(): static { + $this->error('eeee'); if (empty($this->handler)) { return $this; }