2019-06-20 12:52:32 +01:00
|
|
|
// Copyright (C) 2019 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
2019-06-24 16:15:31 +01:00
|
|
|
var xmlHttp = new XMLHttpRequest();
|
|
|
|
|
|
|
|
xmlHttp.open("GET", "/api/dashboard?satelliteId=12D1kqUXtJiCsS72UKeCGHyKSQy1FSonerZ5fb6nSQAaSim4Vag", false );
|
|
|
|
xmlHttp.send();
|
|
|
|
|
|
|
|
alert(xmlHttp.responseText);
|