Skip to content

Commit

Permalink
Update Router.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Nov 13, 2017
1 parent 90f22b0 commit d131882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mbh/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public function run()
exit('404');
}

header("HTTP/1.1 200 OK");

$response = $route->run($parser);
$this->sendResponse($response);
}
Expand Down

0 comments on commit d131882

Please sign in to comment.