[Functionality] Request DID Resolution
Some checks failed
checks-impure / test (pull_request) Successful in 29s
checks / test (pull_request) Failing after 2m50s

- fetch resolution data
- adjustments
This commit is contained in:
Onur Arslan
2023-12-10 00:15:34 +01:00
parent fa4fb0356e
commit 5262d83da0
6 changed files with 26 additions and 24 deletions

View File

@@ -16,7 +16,6 @@ export default function Client1() {
useEffect(() => {
fetch("http://localhost:2979/api/v1/get_consumers", {
method: "GET",
// credentials: 'include',
})
.then((resp) =>
resp.json().then((jsonData) => {