[Functionality] Request DID Resolution #38

Merged
Ghost merged 3 commits from frontend into main 2023-12-09 23:50:02 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 61261d7ac3 - Show all commits

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) => {