Fix mapping for swf files.
This commit is contained in:
parent
d38f55b30a
commit
de17942501
@ -19,7 +19,7 @@ class UrlMappings {
|
||||
action = [GET: 'numberOfSlides']
|
||||
}
|
||||
|
||||
"/bigbluebutton/bigbluebutton/presentation/$conference/$room/$presentation_name/slide/$id"(controller: "presentation") {
|
||||
"/bigbluebutton/presentation/$conference/$room/$presentation_name/slide/$id"(controller: "presentation") {
|
||||
action = [GET: 'showSlide']
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user