mirror of
https://github.com/bodyrep/bodyrep-sandpit.git
synced 2026-02-15 11:52:14 +00:00
neh
This commit is contained in:
20
br/app/config/routing.yml
Normal file
20
br/app/config/routing.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
_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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user