Local settings
This commit is contained in:
@ -30,7 +30,7 @@ foreach ($files as $file) {
|
||||
|
||||
$container = $builder->build();
|
||||
$app = Bridge::create($container);
|
||||
$app->setBasePath('/api');
|
||||
$app->setBasePath($app->getContainer()->get('base_url'));
|
||||
$app->addRoutingMiddleware();
|
||||
|
||||
foreach ($folders as $folder) {
|
||||
|
Reference in New Issue
Block a user