Logo and button - logo unfinished

This commit is contained in:
Senad Uka
2019-04-11 05:27:34 +02:00
parent d03e85a0dc
commit 9aba66c273
4 changed files with 26 additions and 6 deletions

View File

@@ -106,5 +106,6 @@ app.post("/api/payforalert", function(request, response) {
app.get('/', dobrodosli);
app.get('/vrstanekretnine', getVrstaNekretnine);
app.use('/assets', express.static('./app/public'))
app.listen(port, () => console.log(`Example app listening on port ${port}!`));