From de17942501198f00e8f2d6a396c9f372865e6126 Mon Sep 17 00:00:00 2001 From: Ghazi Triki Date: Tue, 15 Jan 2019 11:36:49 +0100 Subject: [PATCH] Fix mapping for swf files. --- .../controllers/org/bigbluebutton/web/UrlMappings.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/UrlMappings.groovy b/bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/UrlMappings.groovy index 1896a8cf77..5ce34be8be 100755 --- a/bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/UrlMappings.groovy +++ b/bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/UrlMappings.groovy @@ -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'] }