Files
ProjectDeployer/server/publications.js

3 lines
75 B
JavaScript

Meteor.publish('projects', function() {
return ProjectService.list();
});