forked from nin0/website
ejs will suffer
This commit is contained in:
parent
c8414116ca
commit
45496ace17
4 changed files with 53 additions and 1 deletions
|
@ -4,7 +4,7 @@ var app = express();
|
|||
app.set("view engine", "ejs");
|
||||
|
||||
app.get("/", function(req, res) {
|
||||
res.render("pages/index");
|
||||
res.render("index");
|
||||
});
|
||||
|
||||
app.listen(8080);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue