Skip to content

Commit

Permalink
[Menu] Add menu delete route.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Oct 24, 2015
1 parent 8a239b5 commit fc65bfa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<default key="id" xsi:nil="true" />
</route>

<route id="clastic_backoffice_menu_delete" path="/menu/delete/{id}">
<default key="_controller">ClasticMenuBundle:Menu:delete</default>
</route>

<route id="clastic_backoffice_menu_item_list" path="/menu/{menuId}/items/list">
<default key="_controller">ClasticMenuBundle:MenuItem:list</default>
</route>
Expand Down

0 comments on commit fc65bfa

Please sign in to comment.