Skip to content

Commit

Permalink
Update app.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
soniasingla authored Aug 20, 2024
1 parent d0da6f4 commit 5a679b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('dotenv').config();

const healthChecker = new HealthChecker();

const PORT = process.env.PORT || 3003;
const PORT = process.env.PORT || 3002;

app.get('/metrics', async (req: Request, res: Response) => {

Expand Down

0 comments on commit 5a679b6

Please sign in to comment.