Skip to content

Commit

Permalink
Update router order, to ensure URL rewrite works properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Lapkovskis committed Jul 23, 2019
1 parent 1ec10b7 commit 88ee5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<item name="scandipwa" xsi:type="array">
<item name="class" xsi:type="string">ScandiPWA\Router\Controller\Router</item>
<item name="disable" xsi:type="boolean">false</item>
<item name="sortOrder" xsi:type="string">12</item>
<item name="sortOrder" xsi:type="string">25</item>
</item>
</argument>
</arguments>
Expand Down

0 comments on commit 88ee5b6

Please sign in to comment.