bigbluebutton-Github/bigbluebutton-html5/imports/api/polls/server/methods.js
Gabriel Carvalho de Campes a7335633d4 Refactor Poll API
2016-10-21 11:21:09 -02:00

7 lines
126 B
JavaScript

import { Meteor } from 'meteor/meteor';
import publishVote from './methods/publishVote';
Meteor.methods({
publishVote,
});