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

- fixes
This commit is contained in:
Onur Arslan
2023-12-10 00:30:30 +01:00
parent 5262d83da0
commit 61261d7ac3
2 changed files with 1 additions and 2 deletions

View File

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