Optim: multi files organisation

This commit is contained in:
2015-10-29 13:39:28 +00:00
parent e4022bf5bd
commit 37908bdb9f
10 changed files with 99 additions and 111 deletions

3
server/publications.js Normal file
View File

@@ -0,0 +1,3 @@
Meteor.publish('projects', function() {
return ProjectService.list();
});