diff --git a/app/Server/Api.js b/app/Server/Api.js index a99bb31..5eb5cc6 100644 --- a/app/Server/Api.js +++ b/app/Server/Api.js @@ -157,7 +157,8 @@ function (Nc, ProtocolHelper, validate, Options, Settings, FileSystem) { maps.push(fileinfo[0]); } }; - return ["stones"];//maps.sort(); + //return ["stones"]; + return maps.sort(); }; return Api;