plugin-rest/spring-security-rest-testapp-profile/skeleton/grails-app/controllers/rest/PublicController.groovy (6 lines of code) (raw):

package rest class PublicController { def index() { render "Hi!" } }