Skip to content

Commit

Permalink
Added routes file for apps with no locale
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 14, 2020
1 parent c4b569e commit 89bedcd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Resources/config/routes_no_locale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
setono_sylius_gift_card_shop:
resource: "@SetonoSyliusGiftCardPlugin/Resources/config/routes/shop.yaml"

setono_sylius_gift_card_shop_ajax:
resource: "@SetonoSyliusGiftCardPlugin/Resources/config/routes/shop_ajax.yaml"
prefix: /ajax

setono_sylius_gift_card_admin:
resource: "@SetonoSyliusGiftCardPlugin/Resources/config/routes/admin.yaml"
prefix: /admin

setono_sylius_gift_card_admin_ajax:
resource: "@SetonoSyliusGiftCardPlugin/Resources/config/routes/admin_ajax.yaml"
prefix: /admin/ajax

setono_sylius_gift_card_admin_api:
resource: "@SetonoSyliusGiftCardPlugin/Resources/config/routes/admin_api.yaml"
prefix: /api/v{version}

0 comments on commit 89bedcd

Please sign in to comment.