Skip to content

Commit

Permalink
fix did key creation
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Jan 23, 2023
1 parent 41de710 commit f3a8093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Settings/Ecosystems/key.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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 f3a8093

Please sign in to comment.