Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into cleanup-webcam-stream-in-bbb-video

This commit is contained in:
Richard Alam 2015-06-30 17:36:45 +00:00
commit 60d01a450b

View File

@ -50,11 +50,11 @@ class UrlMappings {
}
"/api/getMeetings"(controller:"api") {
action = [GET:'getMeetingsHandler']
action = [GET:'getMeetingsHandler', POST:'getMeetingsHandler']
}
"/api/getRecordings"(controller:"api") {
action = [GET:'getRecordingsHandler']
action = [GET:'getRecordingsHandler', POST:'getRecordingsHandler']
}
"/$controller/$action?/$id?(.${format})?"{