From 9679bd63f84fb9d0d0a6958e225b6ecb69fceda1 Mon Sep 17 00:00:00 2001 From: kamaal Date: Sun, 21 Sep 2025 16:49:27 +0300 Subject: [PATCH] salaadraf3 --- routes/auth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/auth.js b/routes/auth.js index 7a78cfc..f859206 100644 --- a/routes/auth.js +++ b/routes/auth.js @@ -8,6 +8,7 @@ const router = express.Router(); const JWT_SECRET = process.env.JWT_SECRET || "your-secret-key"; // POST /api/auth/register - Register a new user +//comment1 router.post("/register", async (req, res) => { try { // TODO: Implement the registration logic