mirror of
https://github.com/bodyrep/bodyrep-sandpit.git
synced 2026-02-17 20:56:01 +00:00
Django import
Django import
This commit is contained in:
13
symfony/app/config/routing.yml
Normal file
13
symfony/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