This commit is contained in:
QkoSad
2025-07-01 20:54:31 +03:00
parent 3ba8c2abd5
commit 97ff4a5263
-2
View File
@@ -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)) {