bigbluebutton-Github/services/bbb-web-api/grails-app/conf/BootStrap.groovy
2013-09-18 18:41:02 +00:00

8 lines
88 B
Groovy

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