Explorar el Código

fixed luticate application routes.php path

develop
Robin Thoni hace 8 años
padre
commit
39d2247dcb
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

@@ -55,7 +55,7 @@ class LuticateApplication implements MessageComponentInterface
55 55
     
56 56
     public function setupRoutes()
57 57
     {
58
-        require_once __DIR__ . '/../../../../../../routes.php';
58
+        require_once __DIR__ . '/../../../../../../app/routes.php';
59 59
         $router = LuRoute::getInstance();
60 60
         
61 61
         $router->setup();

Loading…
Cancelar
Guardar