From a82af8c8e8b56a6202f1d54659a5f9ca6c3ed187 Mon Sep 17 00:00:00 2001 From: donavon04 Date: Thu, 28 Nov 2024 16:43:44 -0700 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 713e2ba..b1783ff 100644 --- a/app.js +++ b/app.js @@ -29,7 +29,7 @@ let pollrate = "5000"; // 5 Seconds //Api Key const token = "&v94gt8ZHFTTTeuT"; -console.log("Trying to connect to database " + dbip); +console.log("Trying to connect to database " + dbip + ":" + ); //Allows the clients to check if the server is alive app.get('/api', (req, res) => {