Update app.js

This commit is contained in:
Donavon McDowell 2024-11-28 16:43:44 -07:00 committed by GitHub
parent 976eaaad69
commit a82af8c8e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
app.js
View File

@ -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) => {