first commit
Deploy Node App / deploy (push) Successful in 3s

This commit is contained in:
Gitea
2026-05-25 16:14:33 +05:30
parent 93e8e99e73
commit 42782461f0
+1 -1
View File
@@ -7,7 +7,7 @@ const JWT_SECRET = 'secretkey';
const loginUser = async (req, res) => {
try {
const { username, password } = req.body;
return res.send("hello");
console.log("hello");
if (!username || !password) {
return res.status(400).json({
success: false,