Skip to content

Commit

Permalink
Change bootstrap to loading routes from config
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrooo committed Sep 25, 2013
1 parent 736a0ee commit 573e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ouzo/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function runApplication()

private function _includeRoutes()
{
$routesFilename = ROOT_PATH . 'application/routes.php';
$routesFilename = ROOT_PATH . 'config/routes.php';
if (file_exists($routesFilename)) {
include_once $routesFilename;
}
Expand Down

0 comments on commit 573e953

Please sign in to comment.