source:
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/config/routing.yml
@
155
Last change on this file since 155 was 19, checked in by dungnv, 11 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | # default rules |
2 | homepage: |
3 | url: / |
4 | param: { module: default, action: index } |
5 | |
6 | default_symfony: |
7 | url: /symfony/:action/* |
8 | param: { module: default } |
9 | |
10 | default_index: |
11 | url: /:module |
12 | param: { action: index } |
13 | |
14 | default: |
15 | url: /:module/:action/* |
Note: See TracBrowser
for help on using the repository browser.