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

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

The newest version!
package rest

class PublicController {

    def index() {
        render "Hi!"
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy