Skip to content

Commit

Permalink
Router test
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Oct 2, 2017
1 parent 3520430 commit 7389f73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Mbh/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ protected function sendResponse($response)
echo json_encode($response);
} elseif ($response instanceof \Response) {
$response->execute();
} else {
header("HTTP/1.1 404 Not Found");
exit('404');
}
}
}

0 comments on commit 7389f73

Please sign in to comment.