All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skeleton.grails-app.controllers.rest.AnonymousController.groovy Maven / Gradle / Ivy

The newest version!
package rest

import grails.plugin.springsecurity.annotation.Secured

@Secured(['permitAll'])
class AnonymousController {

    def index() {
        render "Hi"
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy