js external lib clean

This commit is contained in:
sabelo 2024-07-29 02:17:58 -03:00
parent 5f1a2c9188
commit 911cd07ea4

View File

@ -5,7 +5,6 @@ use Slim\Flash\Messages;
$container = new Container(); $container = new Container();
// $container = $app->getContainer(); // $container = $app->getContainer();
$settings = require __DIR__ . '/../src/settings.php';
$container->set('settings', function(){ $container->set('settings', function(){
return [ return [
'displayErrorDetails' => true, // set to false in production 'displayErrorDetails' => true, // set to false in production