mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 07:01:47 +01:00
Add message from service administrator
This commit is contained in:
parent
eb945f26a3
commit
aa1876f94c
10 changed files with 135 additions and 4 deletions
3
server/publications/notices.js
Normal file
3
server/publications/notices.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Meteor.publish('notices', function() {
|
||||
return Notices.find();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue