diff --git a/backend/auth/src/index.ts b/backend/auth/src/index.ts index 5bb4222..181b385 100644 --- a/backend/auth/src/index.ts +++ b/backend/auth/src/index.ts @@ -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 {