bigbluebutton-Github/bigbluebutton-html5/imports/api/users-infos/server/methods.js

9 lines
253 B
JavaScript
Raw Normal View History

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