projects
/
mixstore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
21b055d30aaa85c086cd2fb8695afa03cb068d0e
[mixstore.git]
/
src
/
Mixstore
/
StaticBundle
/
Resources
/
config
/
routing.yml
1
mixstore_static_home:
2
pattern: /
3
defaults: { _controller: MixstoreStaticBundle:Main:home }
4
5
mixstore_static_about:
6
pattern: /about
7
defaults: { _controller: MixstoreStaticBundle:Main:about }
8
9
mixstore_static_policy:
10
pattern: /policy
11
defaults: { _controller: MixstoreStaticBundle:Main:policy }