From 7b3e146c1f6298d35a8ef1b6bd4b773cd1d8c537 Mon Sep 17 00:00:00 2001 From: Guilherme Nascimento Date: Sat, 11 May 2024 16:34:08 -0300 Subject: [PATCH] Update Teeny.php --- vendor/Teeny.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/Teeny.php b/vendor/Teeny.php index bf4fe81..459f871 100644 --- a/vendor/Teeny.php +++ b/vendor/Teeny.php @@ -148,12 +148,11 @@ public function exec() $callback = null; if ($code === 200) { - $path = $this->pathInfo; - if ($this->builtIn && $this->fileInBuiltIn()) { return false; } + $path = $this->pathInfo; $method = $_SERVER['REQUEST_METHOD']; if (isset($this->routes[$path])) {