From 22a918fff716749a9d51d2af0cc1a764797c0b7d Mon Sep 17 00:00:00 2001
From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com>
Date: Wed, 10 Jan 2024 23:13:08 +0530
Subject: [PATCH] Update endpoints.js

---
 endpoints/endpoints.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/endpoints/endpoints.js b/endpoints/endpoints.js
index 1b87940..000f92a 100644
--- a/endpoints/endpoints.js
+++ b/endpoints/endpoints.js
@@ -114,6 +114,7 @@ const endpoints = [
       "file_name",
       "course_level",
       "form_desc",
+      "last_submitted_date"
     ],
   },
   { method: "delete", route: "/api/rest/deleteForm", requestBody: ["form_id"] },
-- 
GitLab