first commit after reset
[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 }