Skip to content

Commit

Permalink
Merge pull request #53 from walt-id/51-creating-a-didweb-not-possible
Browse files Browse the repository at this point in the history
fix resolving did after creation #51
  • Loading branch information
severinstampler committed May 18, 2022
2 parents 7fc27d5 + a6b4430 commit a274a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Settings/Ecosystems/dns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
})
}
console.log(did)
this.$axios.$get(`https://wallet.waltid.org/api/wallet/did/${did}`)
this.$axios.$get(`/api/wallet/did/${did}`)
.then(
res=>{
this.didHost = did
Expand Down

0 comments on commit a274a2f

Please sign in to comment.