Added some api's : GWM

This commit is contained in:
Gowtham M 2025-10-17 15:50:25 +05:30
parent b961e19bf1
commit 471815a85d

View File

@ -48,6 +48,10 @@ app.use("/api-docs", swaggerUi.serve, swaggerUi.setup(swaggerDocs));
// Routes
app.use("/api", routes);
app.get("/api/test", (req, res) => {
res.json({ status: "success", message: "Test API working fine 🚀" });
});
// Sync DB