Skip to content

Commit 4e4675f

Browse files
frontend changes
1 parent 6f43ade commit 4e4675f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ qx.Class.define("osparc.data.Resources", {
274274
url: statics.API + "/projects/{studyId}/folders/{folderId}"
275275
},
276276
moveToWorkspace: {
277-
method: "PUT",
278-
url: statics.API + "/projects/{studyId}/workspaces/{workspaceId}"
277+
method: "POST",
278+
url: statics.API + "/projects/{studyId}/workspaces/{workspaceId}:move"
279279
},
280280
}
281281
},

0 commit comments

Comments
 (0)