diff --git a/src/adonisjs/public/infra/dcc-common-server-proxy.js b/src/adonisjs/public/infra/dcc-common-server-proxy.js index 40bd35e58..924e81819 100644 --- a/src/adonisjs/public/infra/dcc-common-server-proxy.js +++ b/src/adonisjs/public/infra/dcc-common-server-proxy.js @@ -55,9 +55,9 @@ class DCCCommonServer { "headers": { "Content-Type": "application/json", "Authorization": "Bearer " + DCCCommonServer.instance.token - }, + }/* "body": JSON.stringify({"filterBy": "user", - "filter": message.filter}) + "filter": message.filter})*/ } const response = await fetch(DCCCommonServer.managerAddressAPI + "case/list", header); const jsonResponse = await response.json();