Commit 4dda8c5c authored by =sankoju Ravi's avatar =sankoju Ravi

getActivities

parent 668b1e31
......@@ -249,6 +249,7 @@ const calculateAverage = async(query) => {
perPage:10,
}
*/
app.post("/getActivities", async(req, res) => {
let { empId,today } = req.body;
if (!empId || typeof empId == "string") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment