bigbluebutton-Github/bigbluebutton-web/grails-app/init/org/bigbluebutton/web/BootStrap.groovy

10 lines
119 B
Groovy
Executable File

package org.bigbluebutton.web
class BootStrap {
def init = { servletContext ->
}
def destroy = {
}
}