/
to a GSP at the location grails-app/views/index.gsp
you could use:static mappings = { "/"(view:"/index") // map the root URL }
static mappings = { "/help"(controller:"site",view:"help") // to a view for a controller }
/
to a GSP at the location grails-app/views/index.gsp
you could use:static mappings = { "/"(view:"/index") // map the root URL }
static mappings = { "/help"(controller:"site",view:"help") // to a view for a controller }