feat(news): Add popularity model

This commit is contained in:
Mrugesh Mohapatra
2018-07-31 01:09:43 +05:30
committed by mrugesh mohapatra
parent eba910e939
commit 2cce8bbfd5
3 changed files with 30 additions and 0 deletions

View File

@@ -90,5 +90,9 @@
"article": {
"dataSource": "db",
"public": true
},
"popularity": {
"dataSource": "db",
"public": true
}
}