diff --git a/web/js/home.js b/web/js/home.js index c4f876d..c368d10 100644 --- a/web/js/home.js +++ b/web/js/home.js @@ -11,4 +11,9 @@ instance.get("users/count", { withCredentials: true }).then(function(response){ } +}); + + +instance.get("users", {withCredentials: true}).then(function(response){ + console.log(response); }) \ No newline at end of file