sv update & bio

This commit is contained in:
2024-11-04 15:32:32 +00:00
parent 31987549a3
commit 2ed7507026
43 changed files with 523 additions and 317 deletions

View File

@@ -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