mirror of
https://github.com/vale981/grapher
synced 2025-03-11 05:16:40 -04:00
6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
![]() |
import AuthorSchema from './schema.js';
|
||
|
|
||
|
const Authors = new Mongo.Collection('authors');
|
||
|
export default Authors;
|
||
|
|
||
|
Authors.attachSchema(AuthorSchema);
|