We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f67bf4 commit 6761c55Copy full SHA for 6761c55
controller/index.js
@@ -1,5 +1,5 @@
1
function home(req, res) {
2
- res.render("public/index.html", { title: "Express" });
+ res.render("index", { title: "Express" });
3
}
4
5
export default { home };
0 commit comments