8 lines
130 B
JavaScript
Raw Normal View History

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(() => {
Meteor.methods({
})
2016-08-07 00:32:19 -04:00
});