You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
637B

  1. admin_switch_merchant:
  2. path: /admin/switch-merchant
  3. controller: Lc\ShopBundle\Controller\Backend\MerchantController::switchMerchantAction
  4. lc_api:
  5. path: /api/{entity}/{id}
  6. controller: Lc\ShopBundle\Controller\ApiController::getEntity
  7. lc_frontend_favorite_toggle:
  8. path: /lc/favorite/toggle
  9. controller: Lc\ShopBundle\Controller\Frontend\FavoriteController::toggle
  10. lc_frontend_favorite_add:
  11. path: /lc/favorite/add
  12. controller: Lc\ShopBundle\Controller\Frontend\FavoriteController::add
  13. lc_frontend_favorite_delete:
  14. path: /lc/favorite/delete
  15. controller: Lc\ShopBundle\Controller\Frontend\FavoriteController::delete