mirror of
https://github.com/donavon04/licensetrackerbackend.git
synced 2025-01-18 08:40:57 -07:00
Update app.js
This commit is contained in:
parent
976eaaad69
commit
a82af8c8e8
2
app.js
2
app.js
@ -29,7 +29,7 @@ let pollrate = "5000"; // 5 Seconds
|
|||||||
//Api Key
|
//Api Key
|
||||||
const token = "&v94gt8ZHFTTTeuT";
|
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
|
//Allows the clients to check if the server is alive
|
||||||
app.get('/api', (req, res) => {
|
app.get('/api', (req, res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user