blob: 8c597d6c29136ba78fc54199bd33e99f878cdb64 [file] [log] [blame]
class UrlMappings {
static mappings = {
"/$controller/$action?/$id?"{
constraints {
// apply constraints here
}
}
"/"(view:"/index")
"500"(view:'/error')
}
}