From 38328c4964479be32bfa9c80aa2a394b8f67c461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Sat, 18 May 2019 10:04:57 -0300 Subject: [PATCH] All users --- src/adonisjs/public/infra/dcc-common-server-proxy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();