Added some api's : GWM
This commit is contained in:
parent
b961e19bf1
commit
471815a85d
@ -48,6 +48,10 @@ app.use("/api-docs", swaggerUi.serve, swaggerUi.setup(swaggerDocs));
|
|||||||
// Routes
|
// Routes
|
||||||
app.use("/api", routes);
|
app.use("/api", routes);
|
||||||
|
|
||||||
|
app.get("/api/test", (req, res) => {
|
||||||
|
res.json({ status: "success", message: "Test API working fine 🚀" });
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Sync DB
|
// Sync DB
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user