Browse Source

port changes

tipoff-server
Ramprasad 2 months ago
parent
commit
623bb7f464
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/index.ts

+ 1
- 1
src/index.ts View File

@ -97,7 +97,7 @@ app.get("/", (req: Request, res: Response) => {
});
// Start the server on port 3000
const PORT = process.env.PORT || 8000;
const PORT = process.env.PORT || 5007;
httpServer.listen(PORT, () => {
console.log(`Server is running on port ${PORT}`);
});

Loading…
Cancel
Save