diff --git a/owasp-top10-2021-apps/a3/mongection/src/app.js b/owasp-top10-2021-apps/a3/mongection/src/app.js index 255670c9b..cf4aca8d0 100644 --- a/owasp-top10-2021-apps/a3/mongection/src/app.js +++ b/owasp-top10-2021-apps/a3/mongection/src/app.js @@ -67,7 +67,7 @@ server.post("/register", async (request, response) => { if(!user) { response.send('User Already Exists'); } - response.send("