generated from Luis/nextjs-python-web-template
[Functionality] Request DID Resolution
- fixes
This commit is contained in:
@@ -23,7 +23,6 @@ export default function AccessPoint() {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetch("http://localhost:2979/api/v1/get_repositories", {
|
fetch("http://localhost:2979/api/v1/get_repositories", {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
// credentials: 'include',
|
|
||||||
})
|
})
|
||||||
.then((resp) =>
|
.then((resp) =>
|
||||||
resp.json().then((jsonData) => {
|
resp.json().then((jsonData) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user