diff --git a/src/Libs/Router.php b/src/Libs/Router.php index af85b66..428ed6d 100644 --- a/src/Libs/Router.php +++ b/src/Libs/Router.php @@ -184,7 +184,6 @@ class Router public static function redirect(string $path): void { header('Location: ' . static::basePath() . ltrim($path, '/')); - exit; } /**