fix: only allow POST for insertDocument in UrlMappings.groovy (#20431)
This commit is contained in:
parent
06500be757
commit
c5015aceaf
@ -104,7 +104,7 @@ class UrlMappings {
|
||||
}
|
||||
|
||||
"/bigbluebutton/api/insertDocument"(controller: "api") {
|
||||
action = [GET: 'insertDocument', POST: 'insertDocument']
|
||||
action = [POST: 'insertDocument']
|
||||
}
|
||||
|
||||
"/bigbluebutton/api/getJoinUrl"(controller: "api") {
|
||||
|
Loading…
Reference in New Issue
Block a user