From 9e87c277b8de8579ec6f054fa04d269e5f99f101 Mon Sep 17 00:00:00 2001 From: StarKnight Date: Thu, 28 Mar 2024 22:52:45 +0530 Subject: [PATCH] changed the footer in 2024 --- index.html | 2 +- index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 989d543..353b178 100644 --- a/index.html +++ b/index.html @@ -112,7 +112,7 @@
A recruiter-tested CV maker tool
diff --git a/index.js b/index.js index 4969332..ff49c57 100644 --- a/index.js +++ b/index.js @@ -86,6 +86,7 @@ app.post("/register", async (req, res) => { console.log("User already exists"); return res.redirect("/error"); } + } catch (error) { // Handle any errors during registration console.log(error);