:c soy un fracaso en esto
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
import axios from 'axios';
|
||||
|
||||
const getUsers = (page, callback) => {
|
||||
const params = page{ page };
|
||||
const params = { page };
|
||||
axios
|
||||
.get('/api/users', { params })
|
||||
.then(response => {
|
||||
|
||||
Reference in New Issue
Block a user