Fix mapping for swf files.

This commit is contained in:
Ghazi Triki 2019-01-15 11:36:49 +01:00
parent d38f55b30a
commit de17942501

View File

@ -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']
}