Posts by Mateus Velleda Vellar • 26 points
1 post
-
1
votes2
answers96
viewsA: [[Promissevalue]] React
api.get(`/role/listar/${role}`) .then(results => { console.log(result) }) or depending on the version of Node export const isAdmin = async () => { var result = await…