Conexion a base de datos
This commit is contained in:
@@ -38,7 +38,7 @@ export default {
|
||||
.get('/api/users')
|
||||
.then(response => {
|
||||
this.loading = false;
|
||||
this.users = response.data;
|
||||
this.users = response.data.data;
|
||||
}).catch(error => {
|
||||
this.loading = false;
|
||||
this.error = error.response.data.message || error.message;
|
||||
|
||||
Reference in New Issue
Block a user