source:
trunk/grails-app/conf/UrlMappings.groovy
Last change on this file was 14, checked in by robert@…, 12 years ago | |
---|---|
File size: 184 bytes |
Line | |
---|---|
1 | class UrlMappings { |
2 | |
3 | static mappings = { |
4 | "/$controller/$action?/$id?"{ |
5 | constraints { |
6 | // apply constraints here |
7 | } |
8 | } |
9 | |
10 | "/"(controller: "run") |
11 | "500"(view:'/error') |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.