We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49219c1 commit 5aca368Copy full SHA for 5aca368
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -1206,11 +1206,11 @@ qx.Class.define("osparc.data.Resources", {
1206
endpoints: {
1207
getDatasets: {
1208
method: "GET",
1209
- url: statics.API + "/storage/locations/{locationId}/paths"
+ url: statics.API + "/storage/locations/{locationId}/paths?size=100"
1210
},
1211
getPaths: {
1212
1213
- url: statics.API + "/storage/locations/{locationId}/paths?file_filter={path}"
+ url: statics.API + "/storage/locations/{locationId}/paths?file_filter={path}&size=100"
1214
1215
}
1216
0 commit comments