This stupid laptop cant run my server so I have to test on production! #1 [LOGO TESTING]
This commit is contained in:
3
main.js
3
main.js
@ -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...");
|
||||
|
Reference in New Issue
Block a user