Skip to content

Commit af2c864

Browse files
committed
post conversation
1 parent 2246675 commit af2c864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -1479,7 +1479,7 @@ qx.Class.define("osparc.data.Resources", {
14791479
endpoints: {
14801480
addConversation: {
14811481
method: "POST",
1482-
url: statics.API + "/conversations?type=support"
1482+
url: statics.API + "/conversations"
14831483
},
14841484
getConversationsPage: {
14851485
method: "GET",

services/static-webserver/client/source/class/osparc/store/ConversationsSupport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ qx.Class.define("osparc.store.ConversationsSupport", {
5858
return osparc.data.Resources.fetch("conversationsSupport", "getConversation", params);
5959
},
6060

61-
addConversation: function(name = "", type = osparc.store.ConversationsSupport.TYPES.SUPPORT) {
61+
addConversation: function(name = "null", type = osparc.store.ConversationsSupport.TYPES.SUPPORT) {
6262
const params = {
6363
data: {
6464
name,

0 commit comments

Comments
 (0)