dashboard #2

Merged
v4l3n71n merged 46 commits from dashboard into master 2022-08-25 21:40:00 +00:00
Showing only changes of commit 18529779f4 - Show all commits

View File

@ -11,4 +11,9 @@ instance.get("users/count", { withCredentials: true }).then(function(response){
}
});
instance.get("users", {withCredentials: true}).then(function(response){
console.log(response);
})