Files
bodyrep-symphony2/sandbox/app/config/routing.yml
2012-09-19 13:34:22 +10:00

14 lines
308 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