methods.js 118 B

1234
  1. Meteor.methods({
  2. "chats.insert": ChatManager.insertMethod,
  3. "chats.pushMessage": ChatManager.pushMessageMethod
  4. });