the fuck
This commit is contained in:
@@ -174,6 +174,7 @@ app.get("/connect", function (req, res) {
|
||||
connect_to_api();
|
||||
setTimeout(function () {
|
||||
if (api_connected) {
|
||||
console.log("Connected to API");
|
||||
res.status(200).json({ connected: true });
|
||||
} else {
|
||||
received_error = false;
|
||||
|
||||
Reference in New Issue
Block a user