bigbluebutton-Github/bigbluebutton-html5/imports/api/local-settings/server/methods.js

7 lines
165 B
JavaScript
Raw Normal View History

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