forked from v4l3n71n/covas-bo
add count client
This commit is contained in:
@@ -9,6 +9,7 @@ axios.interceptors.request.use(function (config) {
|
||||
});
|
||||
|
||||
instance.get("users/count", { withCredentials: true }).then(function(response){
|
||||
console.log(response.data);
|
||||
var countTable = document.getElementById("users").querySelector("tbody").querySelectorAll("tr").length;
|
||||
|
||||
|
||||
})
|
Reference in New Issue
Block a user