Skip to content

Commit

Permalink
minor #403 Use sylius_admin.path_name for route prefix (mneuville)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.3 (improvements)
| Bug fix?        | no
| New feature?    | no


Commits
-------

c7e2753 Use sylius_admin.path_name for route prefix
  • Loading branch information
GSadee authored Mar 7, 2023
2 parents 4a35257 + c7e2753 commit ac38a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sylius_refund_admin:
resource: "@SyliusRefundPlugin/Resources/config/admin_routing.yml"
prefix: /admin
prefix: '/%sylius_admin.path_name%'

sylius_refund_shop:
resource: "@SyliusRefundPlugin/Resources/config/shop_routing.yml"
Expand Down

0 comments on commit ac38a87

Please sign in to comment.