diff --git a/apps/studio/src/components/BaseCardProfile.vue b/apps/studio/src/components/BaseCardProfile.vue index bf35c4de8..95dccd4d6 100644 --- a/apps/studio/src/components/BaseCardProfile.vue +++ b/apps/studio/src/components/BaseCardProfile.vue @@ -298,7 +298,7 @@ export default defineComponent({ this.url = walletURL.toString(); const apiURL = new URL(API_URL); - apiURL.pathname = `v1/wallet/${this.profile._id}.js`; + apiURL.pathname = `v1/wallet/js/${this.profile._id}.js`; this.embedCode = `<script src="${apiURL.toString()}"></script>`; }, methods: {