7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
import { Meteor } from 'meteor/meteor';
|
|
import sendChat from './methods/sendChat';
|
|
|
|
Meteor.methods({
|
|
sendChat,
|
|
});
|