Skip to content

Commit

Permalink
Add route
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Lefebvre - Kitpages committed Apr 11, 2013
1 parent d368e0d commit 14002a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/config/routing.xml
Expand Up @@ -24,6 +24,10 @@
<default key="_controller">KitpagesShopBundle:Invoice:invoiceDisplay</default>
</route>

<route id="KitpagesShopBundle_order_displayOrder" pattern="/order/display/{orderId}">
<default key="_controller">KitpagesShopBundle:Order:displayOrder</default>
</route>

<import resource="@KitpagesShopBundle/Resources/config/routing/admin.xml" prefix="/admin" />

</routes>

0 comments on commit 14002a8

Please sign in to comment.