bigbluebutton-Github/bbb-web-api/grails-app/init/BootStrap.groovy
Richard Alam e9227a8230 Upgrade to latest grails
Create new project called bbb-web-api using latest grails.
2016-05-27 21:31:03 +00:00

8 lines
88 B
Groovy
Executable File

class BootStrap {
def init = { servletContext ->
}
def destroy = {
}
}