This commit is contained in:
Barış Soner Uşaklı
2017-12-08 19:58:12 -05:00
parent 27b65a439a
commit 43180d4b83
13 changed files with 346 additions and 8 deletions

View File

@@ -37,6 +37,10 @@ homePageController.get = function (req, res, next) {
route: 'recent',
name: 'Recent',
},
{
route: 'top',
name: 'Top',
},
{
route: 'popular',
name: 'Popular',