Skip to content

Commit b2a75ec

Browse files
Simplify routes.yaml (#1470)
1 parent 575539a commit b2a75ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json
22

3+
# This file is the entry point to configure the routes of your app.
4+
# Methods with the #[Route] attribute are automatically imported.
5+
# See also https://symfony.com/doc/current/routing.html
6+
37
# To list all registered routes, run the following command:
48
# bin/console debug:router
5-
6-
controllers:
7-
resource: attributes
8-
type: tagged_services

0 commit comments

Comments
 (0)