2017-06-29 03:05:50 +08:00
|
|
|
import { Meteor } from 'meteor/meteor';
|
|
|
|
import mapToAcl from '/imports/startup/mapToAcl';
|
|
|
|
import switchSlide from './methods/switchSlide';
|
|
|
|
|
|
|
|
Meteor.methods(mapToAcl(['methods.switchSlide', 'methods.switchSlideMessage'], {
|
2017-07-01 03:16:00 +08:00
|
|
|
// switchSlide,
|
|
|
|
// switchSlideMessage: switchSlide, // legacy
|
2017-06-29 03:05:50 +08:00
|
|
|
}));
|