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