Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Jan 23, 2025
1 parent cd2074e commit dc471e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ResolverInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export class ResolverInput extends Component {
const url = getBackendUrl() + '1.0/identifiers/' + input;
const acceptMediaType = isResolve ? 'application/ld+json;profile="https://w3id.org/did-resolution"' : 'application/ld+json;profile="https://w3id.org/did-url-dereferencing"';
const config = {'headers': {'Accept': acceptMediaType}};
console.log("input: " + input);
console.log("isResolve: " + isResolve);
console.log("url: " + url);
console.log("config: " + JSON.stringify(config));
axios
Expand Down

0 comments on commit dc471e5

Please sign in to comment.