Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 5578ac5

Browse files
committed
Merge pull request #748 from wataruoguchi/patch-2
Update the_router.rst
2 parents 33f5418 + 19fdbf6 commit 5578ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quick_tour/the_router.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ new routes in ``/cms/routes``:
9696
dynamic:
9797
persistence:
9898
phpcr:
99-
route_basepaths: /cms/routes
99+
route_basepaths:
100+
- /cms/routes
100101
# /cms/routes is the default base path, the above code is
101102
# equivalent to:
102103
# phpcr: true

0 commit comments

Comments
 (0)