- public
images - javascripts
- stylesheets
- Index.js
< /ul>
< /li> - Ansichten
Authentication.html
< />
Code: Select all
app.get('/', function(req, res) {
res.sendFile(path.join(__dirname + '/../views/authentication.html'));
});
Code: Select all
Code: Select all
app.get('/', function(req, res) {
res.sendFile(path.join(__dirname + '/../views/authentication.html'));
});
Code: Select all