Skip to content

Commit

Permalink
Merge pull request #24 from datasci4health/development
Browse files Browse the repository at this point in the history
All users
  • Loading branch information
santanche authored May 18, 2019
2 parents c510f5a + 38328c4 commit c5a63a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adonisjs/public/infra/dcc-common-server-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c5a63a1

Please sign in to comment.