Browse Source

changed routes.php location

develop
Robin Thoni 8 years ago
parent
commit
a0847e7517
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Utils/Controller/LuticateApplication.php

+ 1
- 1
src/Utils/Controller/LuticateApplication.php View File

78
     public function setupRoutes()
78
     public function setupRoutes()
79
     {
79
     {
80
         $app = $this;
80
         $app = $this;
81
-        require_once __DIR__ . '/../../../../../../app/routes.php';
81
+        require_once __DIR__ . '/../../../../../../app/Route/routes.php';
82
         
82
         
83
         $this->_router->setup();
83
         $this->_router->setup();
84
     }
84
     }

Loading…
Cancel
Save