Fixed main logo on website but favicon still does not work

This commit is contained in:
eetnaviation
2024-03-28 18:35:27 +02:00
parent a90c9c21dd
commit f32edd4e3a
4 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@ let vehicleType = "Unfetched";
let requestedLatLong = "Unfetched";
console.log("Server initalize!");
app.use(express.static('client'))
app.get('/', (req, res) => {
console.log("Requested / (index.html). Fetching!");
//index.html