Created
December 12, 2012 10:36
-
-
Save nixilla/4266762 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # apps/frontend/config/routing.yml | |
| your_other_routes_here: ~ | |
| # generic rules | |
| # please, remove them by adding more specific rules | |
| # default_index: | |
| # url: /:module | |
| # param: { action: index } | |
| # default: | |
| # url: /:module/:action/* | |
| # at the very end of the file | |
| catchall: | |
| url: /* | |
| param: { module: default, action: catchall } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment