Files
oficial/app/setup/settings/nubox.php
2024-01-17 10:33:11 -03:00

9 lines
153 B
PHP

<?php
return [
'nubox' => function() {
return new DI\Container([
'url' => 'https://api.nubox.com/Nubox.API'
]);
}
];