bigbluebutton-Github/bigbluebutton-html5/imports/api/2.0/cursor/server/methods.js
Oleksandr Zhurbenko 251bd22738 PR review fixes
2017-09-06 12:36:52 -07:00

7 lines
150 B
JavaScript

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