diff --git a/app/Server/Api.js b/app/Server/Api.js index d452bd5..6d9bdf8 100644 --- a/app/Server/Api.js +++ b/app/Server/Api.js @@ -155,7 +155,7 @@ function (Nc, ProtocolHelper, validate, Options, Settings, FileSystem) { maps.push(fileinfo[0]); } }; - return maps; + return maps.sort(); }; return Api;