Remove the base url from the frontend.

This commit is contained in:
elweyn 2022-04-06 11:03:22 +02:00
parent e49892d69c
commit 54f5a0123f

View File

@ -18,7 +18,7 @@ export default {
},
data() {
return {
url: `${window.location.origin}/redeem/${this.code}`,
url: `${this.code}`,
}
},
methods: {