Commit 23d8813fe9517149c17d051f24b7bb99d98600ee
delete front page content
gb committed on 10/3/2016, 8:35:51 PMParent: 60951b4ba455a5ad31e0ff33b6380ff31451c51f
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -26,10 +26,10 @@ | |||
26 | 26 … | }); | |
27 | 27 … | res.redirect('http://gwenbell.com/'); | |
28 | 28 … | }); | |
29 | 29 … | ||
30 … | +app.use(express.static('build')) | ||
30 | 31 … | app.use(express.static('./../books/build')) | |
31 | 32 … | app.use(express.static('/static/reserva')) | |
32 | -app.use(express.static('build')) | ||
33 | 33 … | ||
34 | 34 … | app.listen(2525); | |
35 | 35 … | console.log('Listening at http://localhost:2525/'); | |
Built with git-ssb-web