UI
This commit is contained in:
@ -44,8 +44,8 @@ $container = $builder->build();
|
||||
$app = Bridge::create($container);
|
||||
include_once 'databases.php';
|
||||
|
||||
if ($container->has('base_url')) {
|
||||
$app->setBasePath($container->get('base_url'));
|
||||
if ($container->has('base_path') and $container->get('base_path') !== null) {
|
||||
$app->setBasePath($container->get('base_path'));
|
||||
}
|
||||
$app->addRoutingMiddleware();
|
||||
|
||||
|
Reference in New Issue
Block a user