forked from v4l3n71n/covas-bo
get users list
This commit is contained in:
parent
7022508ec0
commit
18529779f4
@ -11,4 +11,9 @@ instance.get("users/count", { withCredentials: true }).then(function(response){
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
instance.get("users", {withCredentials: true}).then(function(response){
|
||||
console.log(response);
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user