bigbluebutton-Github/bigbluebutton-html5/imports/api/slides/server/methods.js

8 lines
211 B
JavaScript
Raw Normal View History

2016-10-21 19:41:17 +08:00
import { Meteor } from 'meteor/meteor';
2017-10-12 08:59:35 +08:00
import mapToAcl from '/imports/startup/mapToAcl';
import switchSlide from './methods/switchSlide';
2016-10-21 19:41:17 +08:00
2017-10-12 08:59:35 +08:00
Meteor.methods(mapToAcl(['methods.switchSlide'], {
switchSlide,
}));