Skip to content

Commit

Permalink
Pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshpatelx committed Mar 1, 2025
1 parent 0773722 commit a0a90c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ app.use(express.urlencoded({ extended: false }));
app.use("/auth", authRoutes);

app.get('/auth/health', (req: Request, res: Response) => {
// res.status(200).json({ success: true, message: "πŸš€ πŸš€ server is running." });
// });
res.status(200).json({ success: true, message: "πŸš€ πŸš€ server is running." });
});

async function startServer() {
try {
Expand Down

0 comments on commit a0a90c3

Please sign in to comment.