Ver Fonte

Reverse sorted links list to show newers first

Pitu há 8 anos atrás
pai
commit
0f058724f3
1 ficheiros alterados com 1 adições e 0 exclusões
  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) => {