bigbluebutton-Github/bigbluebutton-html5/imports/api/log-client/server/methods.js
2017-05-03 13:19:21 -04:00

7 lines
120 B
JavaScript

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