mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 17:20:12 +02:00
successfully polling all online users
This commit is contained in:
parent
5ad1cc6f4d
commit
10f512306e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
$.ajax({
|
||||
url: METAVERSE_API_URL,
|
||||
success: function(response) {
|
||||
$("#dev-div").html(response);
|
||||
$("#dev-div").html(JSON.stringify(response.data));
|
||||
console.log(response);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue