Переглянути джерело

Reverse sorted links list to show newers first

Pitu 8 роки тому
батько
коміт
0f058724f3
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      controllers/uploadController.js

+ 1 - 0
controllers/uploadController.js

@@ -92,6 +92,7 @@ uploadsController.list = function(req, res){
 		else
 			this.where('albumid', req.params.id)
 	})
+	.sort('id', 'DESC')
 	.then((files) => {
 		db.table('albums').then((albums) => {