mirror of
https://github.com/bodyrep/bodyrep-sandpit.git
synced 2026-01-25 14:21:40 +00:00
14 lines
321 B
YAML
14 lines
321 B
YAML
_landing:
|
|
resource: "@BodyRep/Controller/LandingController.php"
|
|
type: annotation
|
|
prefix: /
|
|
|
|
_profile:
|
|
pattern: /{username}
|
|
defaults: { _controller: BodyRep:Profile:index }
|
|
|
|
_member:
|
|
resource: "@BodyRep/Controller/MemberController.php"
|
|
type: annotation
|
|
prefix: /m
|