feat(news): Add news model
This commit is contained in:
committed by
mrugesh mohapatra
parent
f46f06ccd6
commit
eba910e939
5
common/models/article.js
Normal file
5
common/models/article.js
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function(Article) {
|
||||
|
||||
};
|
Reference in New Issue
Block a user