Last active
May 28, 2019 02:53
-
-
Save KimGenius/deb45bdb1db2a58f4f2597094168e7de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.set('view engine', 'ejs') | |
app.get('/', (req, res) => { | |
return res.render('index') | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment