bigbluebutton-Github/bigbluebutton-html5/imports/api/local-settings/server/methods.js
2019-07-29 11:17:38 -03:00

7 lines
165 B
JavaScript

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