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 7be1a5b commit cb2ace7Copy full SHA for cb2ace7
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -373,7 +373,8 @@ qx.Class.define("osparc.data.Resources", {
373
getPageTrashed: {
374
useCache: false,
375
method: "GET",
376
- url: statics.API + "/workspaces:search?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
+ // url: statics.API + "/workspaces:search?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
377
+ url: statics.API + "/workspaces?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
378
},
379
post: {
380
method: "POST",
0 commit comments