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 8eab3f0 commit a54e281Copy full SHA for a54e281
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -638,7 +638,7 @@ qx.Class.define("osparc.data.Resources", {
638
},
639
getPageSearch: {
640
method: "GET",
641
- url: statics.API + "/functions:search?include_extras=true&offset={offset}&limit={limit}&text={text}"
+ url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&search={text}"
642
643
create: {
644
method: "POST",
0 commit comments