Skip to content

Commit

Permalink
Update routes file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 1, 2014
1 parent e3f990f commit 59cc18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Router.php
Expand Up @@ -919,7 +919,7 @@ public static function routes() {
*/
protected static function _loadRoutes() {
static::$initialized = true;
include APP . 'Config/routes.php';
include CONFIG . 'routes.php';
}

}
Expand Down

0 comments on commit 59cc18b

Please sign in to comment.