mirror of
https://github.com/bodyrep/bodyrep-symphony2.git
synced 2026-02-01 01:52:00 +00:00
Initial symfony commit
This commit is contained in:
13
sandbox/app/config/routing.yml
Normal file
13
sandbox/app/config/routing.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
_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
|
||||
Reference in New Issue
Block a user