generated from Luis/nextjs-python-web-template
[Functionality] Request DID Resolution
- fetch resolution data - adjustments
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user