Ver código fonte

fixed luticate application routes.php path

develop
Robin Thoni 8 anos atrás
pai
commit
39d2247dcb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/Utils/Controller/LuticateApplication.php

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

@@ -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();

Carregando…
Cancelar
Salvar