2016-08-01 19:30:32 +08:00
|
|
|
import { Meteor } from 'meteor/meteor';
|
2016-08-07 00:32:19 -04:00
|
|
|
import { Mongo } from 'meteor/mongo';
|
2016-08-01 19:30:32 +08:00
|
|
|
|
|
|
|
|
Meteor.startup(() => {
|
2016-08-01 20:52:23 +08:00
|
|
|
Meteor.methods({
|
|
|
|
|
|
|
|
|
|
})
|
2016-08-07 00:32:19 -04:00
|
|
|
});
|