source: branches/util-apps/DomainUtil/grails-app/conf/UrlMappings.groovy @ 766

Last change on this file since 766 was 766, checked in by gav, 13 years ago

Add branches/util-apps/DomainUtil application.

File size: 196 bytes
Line 
1class UrlMappings {
2    static mappings = {
3      "/$controller/$action?/$id?"{
4              constraints {
5                         // apply constraints here
6                  }
7          }
8      "/"(view:"/index")
9          "500"(view:'/error')
10        }
11}
Note: See TracBrowser for help on using the repository browser.