lrf402788946 hace 4 años
padre
commit
4008da609a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/controller/.apply.js

+ 1 - 1
app/controller/.apply.js

@@ -29,7 +29,7 @@ module.exports = {
     service: "query",
     options: {
       query: ["skip", "limit"],
-      sort: ["meta.createdAt"],
+      sort: ["date","meta.createdAt"],
       desc: true,
       count: true,
     },