Skip to content

Commit a54e281

Browse files
committed
working
1 parent 8eab3f0 commit a54e281

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/data/Resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ qx.Class.define("osparc.data.Resources", {
638638
},
639639
getPageSearch: {
640640
method: "GET",
641-
url: statics.API + "/functions:search?include_extras=true&offset={offset}&limit={limit}&text={text}"
641+
url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&search={text}"
642642
},
643643
create: {
644644
method: "POST",

0 commit comments

Comments
 (0)