mirror of
https://github.com/vale981/grapher
synced 2025-03-10 12:56:41 -04:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
![]() |
import PostSchema from './schema.js';
|
||
|
|
||
|
const Posts = new Mongo.Collection('posts');
|
||
|
export default Posts;
|
||
|
|
||
|
Posts.attachSchema(PostSchema);
|