hapi-sequelize-crud/src/associations/index.js

5 lines
109 B
JavaScript
Raw Normal View History

import oneToOne from './one-to-one';
import oneToMany from './one-to-many';
export { oneToOne, oneToMany };