Add Basket controller to Prod application

This commit is contained in:
Romain Neutron
2011-12-15 11:58:57 +01:00
parent 3340c8fdfd
commit 1fc97a767d

View File

@@ -26,7 +26,9 @@ return call_user_func(function()
$twig = new \supertwig();
$app = new Application();
$app['Kernel'] = bootstrap::getKernel();
$app->mount('/baskets', new Controller\Basket());
$app->mount('/records/edit', new Controller\Edit());
$app->mount('/records/movecollection', new Controller\MoveCollection());
$app->mount('/bridge/', new Controller\Bridge());