Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiJay committed Mar 22, 2024
1 parent 2445738 commit dd7c92f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ app.get('*', (req, res) =>{
res.sendFile(path.join(__dirname, 'src', 'index.html'));
});


// ----------------------------------------------------------------------
// Database Routes
// ----------------------------------------------------------------------
Expand Down

0 comments on commit dd7c92f

Please sign in to comment.