forked from kompetenzinventar/ki-frontend
Suche mit richtigen API Endpunkt, Suche in der Navbar, kleinigkeiten
This commit is contained in:
@ -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`,
|
||||
|
Reference in New Issue
Block a user