Files
bodyrep-sandpit/br/app/config/routing.yml
Alex Lewis d6e23f1b44 neh
2012-09-22 13:20:27 +10:00

21 lines
442 B
YAML

_landing:
resource: "@BodyRep/Controller/LandingController.php"
type: annotation
prefix: /
_auth:
resource: "@BodyRep/Controller/AuthController.php"
type: annotation
prefix: /u
_member:
resource: "@BodyRep/Controller/MemberController.php"
type: annotation
prefix: /m
_profile:
resource: "@BodyRep/Controller/ProfileController.php"
prefix: /{username}
type: annotation