mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
Add Basket controller to Prod application
This commit is contained in:
@@ -26,7 +26,9 @@ return call_user_func(function()
|
|||||||
$twig = new \supertwig();
|
$twig = new \supertwig();
|
||||||
|
|
||||||
$app = new Application();
|
$app = new Application();
|
||||||
|
$app['Kernel'] = bootstrap::getKernel();
|
||||||
|
|
||||||
|
$app->mount('/baskets', new Controller\Basket());
|
||||||
$app->mount('/records/edit', new Controller\Edit());
|
$app->mount('/records/edit', new Controller\Edit());
|
||||||
$app->mount('/records/movecollection', new Controller\MoveCollection());
|
$app->mount('/records/movecollection', new Controller\MoveCollection());
|
||||||
$app->mount('/bridge/', new Controller\Bridge());
|
$app->mount('/bridge/', new Controller\Bridge());
|
||||||
|
Reference in New Issue
Block a user