Skip to content

Instantly share code, notes, and snippets.

@nixilla
Created December 12, 2012 10:36
Show Gist options
  • Select an option

  • Save nixilla/4266762 to your computer and use it in GitHub Desktop.

Select an option

Save nixilla/4266762 to your computer and use it in GitHub Desktop.

Revisions

  1. nixilla created this gist Dec 12, 2012.
    17 changes: 17 additions & 0 deletions routing.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    # 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 }