We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936a5b2 commit c5bf7a6Copy full SHA for c5bf7a6
ibexa/shopping-list/5.0/manifest.json
@@ -0,0 +1,6 @@
1
+{
2
+ "aliases": [],
3
+ "bundles": {
4
+ "Ibexa\\Bundle\\ShoppingList\\IbexaShoppingListBundle": ["all"]
5
+ }
6
+}
ibexa/shopping-list/5.0/routes/ibexa_shopping_list.yaml
+ibexa.shopping_list:
+ resource: '@IbexaShoppingListBundle/Resources/config/routing.php'
+
+ibexa.shopping_list.rest:
+ resource: '@IbexaShoppingListBundle/Resources/config/routing_rest.php'
+ prefix: '%ibexa.rest.path_prefix%'
0 commit comments