I am very new to grails and have customized the UrlMappings.groovy
file as below:
"/"(controller:'sampleGroovy',action:'index').
But when I run the application, it still hits the default grails index.gsp
file instead of the default controller I configured.
Can someone please let me know where I am going wrong here.