From bcdee912f4db0fcd5bcc7e60b764bd2e446dc296 Mon Sep 17 00:00:00 2001 From: Sibunnayak Date: Thu, 18 Jul 2024 12:57:04 +0530 Subject: [PATCH] attendance section update --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 976a12c..7efff7d 100644 --- a/app.js +++ b/app.js @@ -227,7 +227,7 @@ app.use("/api/v1/coupon", CouponRoute); //Blog app.use("/api/v1/blog", BlogRoute); //attendance -app.use("/api/v1/", attendance); +app.use("/api/v1", attendance); //config specialty // app.use("/api/config/specialty", SpecialtiesRouter);