sv update & bio
This commit is contained in:
@@ -50,7 +50,7 @@ app.use((req, res, next) => {
|
||||
// Route to serve the index.html file
|
||||
app.get('/', (req, res) => {
|
||||
IncrementCounter()
|
||||
res.sendFile(path.join(__dirname, 'public', 'index.html'));
|
||||
res.sendFile(path.join(__dirname, 'public', 'about.html'));
|
||||
});
|
||||
|
||||
// Routes to serve the HTML files without .html extension
|
||||
|
||||
Reference in New Issue
Block a user