add product model and seed script
This commit is contained in:
5
common/models/product.js
Normal file
5
common/models/product.js
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function(Product) {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user