Add message from service administrator

This commit is contained in:
nztqa 2017-09-28 16:57:04 +09:00
parent eb945f26a3
commit aa1876f94c
10 changed files with 135 additions and 4 deletions

View file

@ -0,0 +1,3 @@
Meteor.publish('notices', function() {
return Notices.find();
});