diff --git a/src/nex.php b/src/nex.php index 383d2d3..416199c 100644 --- a/src/nex.php +++ b/src/nex.php @@ -262,6 +262,7 @@ $server->start( ); } + // Send response return empty($response) ? NEXT_FAIL : $response; } ); \ No newline at end of file