bigbluebutton-Github/bigbluebutton-html5/imports/api/log-client/server/methods.js
2017-10-13 11:49:48 -03:00

5 lines
117 B
JavaScript

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