feat(news): Add news model

This commit is contained in:
Mrugesh Mohapatra
2018-07-31 00:28:36 +05:30
committed by mrugesh mohapatra
parent f46f06ccd6
commit eba910e939
7 changed files with 103 additions and 17 deletions

5
common/models/article.js Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
module.exports = function(Article) {
};