Missing middlewares

This commit is contained in:
Juan Pablo Vial
2025-05-13 15:16:29 -04:00
parent 6d1a1c914a
commit dfb0ff7aea
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ $app->group('/contabilidad', function($app) {
}
include_once $file->getRealPath();
}
});
})->add($app->getContainer()->get(Incoviba\Middleware\Authentication::class));

View File

@ -7,4 +7,4 @@ $app->group('/admin', function($app) {
}
include_once $file->getRealPath();
}
});
})->add($app->getContainer()->get(Incoviba\Middleware\Authentication::class));