selektion von Chars nach UserID and public
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
const response = await API.get('/api/characters', {
|
||||
headers: { Authorization: `Bearer ${token}` },
|
||||
})
|
||||
this.characters = response.data
|
||||
this.characters = response.data.self_owned
|
||||
} catch (error) {
|
||||
console.error('Error loading characters:', error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user