From 97ff4a5263f0e0c9cffddf73c828c5a91180b280 Mon Sep 17 00:00:00 2001 From: QkoSad Date: Tue, 1 Jul 2025 20:54:31 +0300 Subject: [PATCH] grammar --- server/routers/api/profile.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/routers/api/profile.ts b/server/routers/api/profile.ts index baa04b0..f7162a7 100755 --- a/server/routers/api/profile.ts +++ b/server/routers/api/profile.ts @@ -214,7 +214,6 @@ router.put( // @route DELETE api/profile/experience/:exp_id // @desc Delete experience from profile // @access Private - router.delete("/experience/:exp_id", auth, async (req, res) => { try { if (isUserId(req)) { @@ -274,7 +273,6 @@ router.put( // @route DELETE api/profile/education/:edu_id // @desc Delete education from profile // @access Private - router.delete("/education/:edu_id", auth, async (req, res) => { try { if (isUserId(req)) {