This stupid laptop cant run my server so I have to test on production! #1 [LOGO TESTING]

This commit is contained in:
eetnaviation
2024-03-27 17:17:23 +02:00
parent 6d76b7c44a
commit a90c9c21dd
2 changed files with 2 additions and 5 deletions

View File

@ -27,9 +27,6 @@ app.get('/', (req, res) => {
//index.html
res.sendFile(__dirname + '/client/index.html');
});
app.get('/velendeulogo.png', (req, res) => {
res.sendFile(__dirname + '/client/velendeulogo.png');
});
server.listen(serverPort, () => {
console.log("Apache server initalized...");