diff --git a/Command/Web/ContentController.php b/Command/Web/ContentController.php index e833dfc..49db3dd 100644 --- a/Command/Web/ContentController.php +++ b/Command/Web/ContentController.php @@ -49,6 +49,7 @@ public function handle(): void ])); $response->output(); + return; } } catch (\Exception $e) { Response::redirect('/notfound');