Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6621f85

Browse files
authored
Merge pull request #2677 from magento-commerce/imported-VincentMarmiesse-devdocs-9276
Fix Router DI folder
2 parents 93192e6 + 6624620 commit 6621f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/extension-dev-guide/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ define the `match()` function in this class to use your own route matching logic
7171

7272
If you need route configuration data, use the Route [`Config`] class.
7373

74-
To add your custom router to the list of routers for the `FrontController`, add the following entry in your module's `di.xml` file:
74+
To add your custom router to the list of routers for the `FrontController`, add the following entry in your module's `frontend/di.xml` file:
7575

7676
```xml
7777
<type name="Magento\Framework\App\RouterList">

0 commit comments

Comments
 (0)