8000 [Routing] Fix path ressource · symfony/symfony-docs@5215a33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5215a33

Browse files
authored
[Routing] Fix path ressource
Fix path ressource in `config/routes/annotations.yml`
1 parent 05effb7 commit 5215a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ with a locale. This can be done by defining a different prefix for each locale
224224
225225
# config/routes/annotations.yaml
226226
controllers:
227-
resource: '../src/Controller/'
227+
resource: '../../src/Controller/'
228228
type: annotation
229229
prefix:
230230
en: '' # don't prefix URLs for English, the default locale

0 commit comments

Comments
 (0)
0