瀏覽代碼

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) => {