Suche mit richtigen API Endpunkt, Suche in der Navbar, kleinigkeiten
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
scammo
2021-07-27 12:36:10 +02:00
parent 6e9e10068e
commit d87d68a53c
3 changed files with 122 additions and 74 deletions

View File

@ -42,7 +42,6 @@ export default {
};
},
async created() {
console.log(this.$route.params.memberId)
try {
const userProfile = await this.axios.get(
`${process.env.VUE_APP_API_URL}/users/${this.$route.params.memberId}/profile`,