Explorar el Código

changed routes.php location

develop
Robin Thoni hace 8 años
padre
commit
a0847e7517
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/Utils/Controller/LuticateApplication.php

+ 1
- 1
src/Utils/Controller/LuticateApplication.php Ver fichero

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

Loading…
Cancelar
Guardar