Skip to content

Commit

Permalink
fix resolving did after creation #51
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed May 18, 2022
1 parent 7fc27d5 commit a6b4430
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 a6b4430

Please sign in to comment.