Skip to content

Commit

Permalink
updated server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerShawn committed Nov 18, 2023
1 parent aa43aa6 commit 4886090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions backend/combined.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{"level":"info","message":"Server running on port 53134","timestamp":"2023-11-18T13:58:38.491Z"}
{"level":"info","message":"Server is running on port 53134","timestamp":"2023-11-18T14:25:06.251Z"}
5 changes: 0 additions & 5 deletions backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ app.get('/oauth2/callback', async (req, res) => {
}
});

app.get('/', (request, response) => {
return response.sendFile('./index.html', { root: '.' });

});

app.listen(port, () => logger.info(`Server is running on port ${port}`));

client.once('ready', () => {
Expand Down

0 comments on commit 4886090

Please sign in to comment.