1
0

publications.js 75 B

123
  1. Meteor.publish('projects', function() {
  2. return ProjectService.list();
  3. });