Files
bodyrep-sandpit/symfony/app/config/routing.yml
Alex Lewis b0eb5ba9e1 Django import
Django import
2012-09-28 21:05:33 +10:00

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