bigbluebutton-Github/bigbluebutton-html5/imports/api/log-client/server/methods.js

5 lines
138 B
JavaScript
Raw Normal View History

2017-04-28 21:47:07 +08:00
import { Meteor } from 'meteor/meteor';
import logClient from './methods/logClient';
2017-06-06 00:40:36 +08:00
Meteor.methods({ 'methods.logClient': logClient });